Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. Instance extensions:
  2. VK_KHR_device_group_creation
  3. VK_KHR_external_fence_capabilities
  4. VK_KHR_external_memory_capabilities
  5. VK_KHR_external_semaphore_capabilities
  6. VK_KHR_get_physical_device_properties2
  7. VK_KHR_get_surface_capabilities2
  8. VK_KHR_surface
  9. VK_KHR_surface_protected_capabilities
  10. VK_KHR_win32_surface
  11. VK_EXT_debug_report
  12. VK_EXT_debug_utils
  13. VK_EXT_swapchain_colorspace
  14. VK_NV_external_memory_capabilities
  15.  
  16. Device extensions:
  17. VK_KHR_8bit_storage
  18. VK_KHR_16bit_storage
  19. VK_KHR_bind_memory2
  20. VK_KHR_create_renderpass2
  21. VK_KHR_dedicated_allocation
  22. VK_KHR_depth_stencil_resolve
  23. VK_KHR_descriptor_update_template
  24. VK_KHR_device_group
  25. VK_KHR_draw_indirect_count
  26. VK_KHR_driver_properties
  27. VK_KHR_external_fence
  28. VK_KHR_external_fence_win32
  29. VK_KHR_external_memory
  30. VK_KHR_external_memory_win32
  31. VK_KHR_external_semaphore
  32. VK_KHR_external_semaphore_win32
  33. VK_KHR_get_memory_requirements2
  34. VK_KHR_image_format_list
  35. VK_KHR_imageless_framebuffer
  36. VK_KHR_maintenance1
  37. VK_KHR_maintenance2
  38. VK_KHR_maintenance3
  39. VK_KHR_multiview
  40. VK_KHR_push_descriptor
  41. VK_KHR_relaxed_block_layout
  42. VK_KHR_sampler_mirror_clamp_to_edge
  43. VK_KHR_sampler_ycbcr_conversion
  44. VK_KHR_shader_atomic_int64
  45. VK_KHR_shader_draw_parameters
  46. VK_KHR_shader_float16_int8
  47. VK_KHR_shader_float_controls
  48. VK_KHR_storage_buffer_storage_class
  49. VK_KHR_swapchain
  50. VK_KHR_swapchain_mutable_format
  51. VK_KHR_uniform_buffer_standard_layout
  52. VK_KHR_variable_pointers
  53. VK_KHR_vulkan_memory_model
  54. VK_KHR_win32_keyed_mutex
  55. VK_EXT_blend_operation_advanced
  56. VK_EXT_buffer_device_address
  57. VK_EXT_calibrated_timestamps
  58. VK_EXT_conditional_rendering
  59. VK_EXT_conservative_rasterization
  60. VK_EXT_depth_clip_enable
  61. VK_EXT_depth_range_unrestricted
  62. VK_EXT_descriptor_indexing
  63. VK_EXT_discard_rectangles
  64. VK_EXT_external_memory_host
  65. VK_EXT_fragment_shader_interlock
  66. VK_EXT_full_screen_exclusive
  67. VK_EXT_hdr_metadata
  68. VK_EXT_host_query_reset
  69. VK_EXT_inline_uniform_block
  70. VK_EXT_memory_budget
  71. VK_EXT_memory_priority
  72. VK_EXT_pci_bus_info
  73. VK_EXT_pipeline_creation_feedback
  74. VK_EXT_post_depth_coverage
  75. VK_EXT_sample_locations
  76. VK_EXT_sampler_filter_minmax
  77. VK_EXT_scalar_block_layout
  78. VK_EXT_separate_stencil_usage
  79. VK_EXT_shader_subgroup_ballot
  80. VK_EXT_shader_subgroup_vote
  81. VK_EXT_shader_viewport_index_layer
  82. VK_EXT_transform_feedback
  83. VK_EXT_vertex_attribute_divisor
  84. VK_EXT_ycbcr_image_arrays
  85. VK_NV_clip_space_w_scaling
  86. VK_NV_compute_shader_derivatives
  87. VK_NV_cooperative_matrix
  88. VK_NV_corner_sampled_image
  89. VK_NV_dedicated_allocation
  90. VK_NV_dedicated_allocation_image_aliasing
  91. VK_NV_device_diagnostic_checkpoints
  92. VK_NV_external_memory
  93. VK_NV_external_memory_win32
  94. VK_NV_fill_rectangle
  95. VK_NV_fragment_coverage_to_color
  96. VK_NV_fragment_shader_barycentric
  97. VK_NV_framebuffer_mixed_samples
  98. VK_NV_coverage_reduction_mode
  99. VK_NV_geometry_shader_passthrough
  100. VK_NV_mesh_shader
  101. VK_NV_sample_mask_override_coverage
  102. VK_NV_representative_fragment_test
  103. VK_NV_scissor_exclusive
  104. VK_NV_shader_image_footprint
  105. VK_NV_shader_subgroup_partitioned
  106. VK_NV_shading_rate_image
  107. VK_NV_viewport_array2
  108. VK_NV_viewport_swizzle
  109. VK_NV_win32_keyed_mutex
  110. VK_NVX_binary_import
  111. VK_NVX_device_generated_commands
  112. VK_NVX_image_view_handle
  113. VK_NVX_multiview_per_view_attributes
  114. VK_NV_ray_tracing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement