Home | History | Annotate | Download | only in demos

Lines Matching refs:ext_prop

517             VkExtensionProperties *ext_prop = &gpu->device_extensions[j];
518 if (!strcmp(known_extensions[i], ext_prop->extensionName)) {
1049 VkExtensionProperties const *ext_prop = &extension_properties[i];
1052 printf("%-32s: extension revision %2d\n", ext_prop->extensionName,
1053 ext_prop->specVersion);