Add GL_EXT_fragment_shading_rate

This commit is contained in:
Chow 2020-07-02 15:50:36 +08:00 committed by Tobias Hector
parent f4f1d8a352
commit a315b5633b
15 changed files with 265 additions and 2 deletions

View file

@ -48,4 +48,5 @@ static const char* const E_SPV_KHR_shader_clock = "SPV_KHR_shade
static const char* const E_SPV_KHR_non_semantic_info = "SPV_KHR_non_semantic_info";
static const char* const E_SPV_KHR_ray_tracing = "SPV_KHR_ray_tracing";
static const char* const E_SPV_KHR_ray_query = "SPV_KHR_ray_query";
static const char* const E_SPV_KHR_fragment_shading_rate = "SPV_KHR_fragment_shading_rate";
#endif // #ifndef GLSLextKHR_H