HomeSort by relevance Sort by last modified time
    Searched refs:swapchainImageCount (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/
cube.c 373 uint32_t swapchainImageCount;
873 &demo->swapchainImageCount, NULL);
877 (VkImage *)malloc(demo->swapchainImageCount * sizeof(VkImage));
880 &demo->swapchainImageCount,
885 demo->swapchainImageCount);
888 for (i = 0; i < demo->swapchainImageCount; i++) {
    [all...]
tri.c 203 uint32_t swapchainImageCount;
666 &demo->swapchainImageCount, NULL);
670 (VkImage *)malloc(demo->swapchainImageCount * sizeof(VkImage));
673 &demo->swapchainImageCount,
678 demo->swapchainImageCount);
681 for (i = 0; i < demo->swapchainImageCount; i++) {
    [all...]

Completed in 152 milliseconds