Searched refs:kGraphicsQueueIndex (Results 1 – 1 of 1) sorted by relevance
341 constexpr uint32_t kGraphicsQueueIndex = 0; in initialize() local342 static_assert(kGraphicsQueueIndex < kGraphicsQueueCount, "must be in range"); in initialize()343 vkGetDeviceQueue(mDevice, mGraphicsQueueFamilyIndex, kGraphicsQueueIndex, &mGraphicsQueue); in initialize()