SPV: 1st pass implementation of SPV_EXT_shader_viewport_index_layer.

This commit is contained in:
John Kessenich
2017-08-11 13:07:17 -06:00
parent 1f312f9078
commit b41bff69d2
5 changed files with 10 additions and 12 deletions

View File

@@ -43,5 +43,6 @@ static const char* const E_SPV_KHR_16bit_storage = "SPV_KHR_16bit
static const char* const E_SPV_KHR_storage_buffer_storage_class = "SPV_KHR_storage_buffer_storage_class";
static const char* const E_SPV_KHR_post_depth_coverage = "SPV_KHR_post_depth_coverage";
static const char* const E_SPV_EXT_shader_stencil_export = "SPV_EXT_shader_stencil_export";
static const char* const E_SPV_EXT_shader_viewport_index_layer = "SPV_EXT_shader_viewport_index_layer";
#endif // #ifndef GLSLextKHR_H