Loading vulkan/libvulkan/api_gen.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -701,7 +701,9 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa "vkGetInstanceProcAddr", "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT", "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR", "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV", "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR", "vkGetPhysicalDeviceCooperativeVectorPropertiesNV", "vkGetPhysicalDeviceDisplayPlaneProperties2KHR", "vkGetPhysicalDeviceDisplayProperties2KHR", "vkGetPhysicalDeviceExternalBufferProperties", Loading @@ -711,6 +713,7 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa "vkGetPhysicalDeviceExternalImageFormatPropertiesNV", "vkGetPhysicalDeviceExternalSemaphoreProperties", "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR", "vkGetPhysicalDeviceExternalTensorPropertiesARM", "vkGetPhysicalDeviceFeatures", "vkGetPhysicalDeviceFeatures2", "vkGetPhysicalDeviceFeatures2KHR", Loading vulkan/scripts/generator_common.py +2 −0 Original line number Diff line number Diff line Loading @@ -51,7 +51,9 @@ _BLOCKED_EXTENSIONS = [ 'VK_NV_acquire_winrt_display', 'VK_NV_cooperative_matrix', 'VK_NV_coverage_reduction_mode', 'VK_NV_cuda_kernel_launch', 'VK_NV_external_memory_win32', 'VK_NV_external_compute_queue', 'VK_NV_win32_keyed_mutex', 'VK_NVX_image_view_handle', 'VK_QNX_screen_surface', Loading Loading
vulkan/libvulkan/api_gen.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -701,7 +701,9 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa "vkGetInstanceProcAddr", "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT", "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR", "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV", "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR", "vkGetPhysicalDeviceCooperativeVectorPropertiesNV", "vkGetPhysicalDeviceDisplayPlaneProperties2KHR", "vkGetPhysicalDeviceDisplayProperties2KHR", "vkGetPhysicalDeviceExternalBufferProperties", Loading @@ -711,6 +713,7 @@ VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pNa "vkGetPhysicalDeviceExternalImageFormatPropertiesNV", "vkGetPhysicalDeviceExternalSemaphoreProperties", "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR", "vkGetPhysicalDeviceExternalTensorPropertiesARM", "vkGetPhysicalDeviceFeatures", "vkGetPhysicalDeviceFeatures2", "vkGetPhysicalDeviceFeatures2KHR", Loading
vulkan/scripts/generator_common.py +2 −0 Original line number Diff line number Diff line Loading @@ -51,7 +51,9 @@ _BLOCKED_EXTENSIONS = [ 'VK_NV_acquire_winrt_display', 'VK_NV_cooperative_matrix', 'VK_NV_coverage_reduction_mode', 'VK_NV_cuda_kernel_launch', 'VK_NV_external_memory_win32', 'VK_NV_external_compute_queue', 'VK_NV_win32_keyed_mutex', 'VK_NVX_image_view_handle', 'VK_QNX_screen_surface', Loading