Home | History | Annotate | Download | only in demos

Lines Matching defs:presentModes

883     VkPresentModeKHR *presentModes =
885 assert(presentModes);
887 demo->gpu, demo->surface, &presentModeCount, presentModes);
940 if (presentModes[i] == VK_PRESENT_MODE_IMMEDIATE_KHR) {
952 if (presentModes[i] == VK_PRESENT_MODE_MAILBOX_KHR) {
964 if (presentModes[i] == VK_PRESENT_MODE_MAILBOX_KHR) {
1073 if (NULL != presentModes) {
1074 free(presentModes);