Add tests for GL_NV_shader_noperspective_interpolation

This commit is contained in:
Ben Clayton
2018-03-16 13:15:48 +00:00
parent 017a567be1
commit f648083365
4 changed files with 78 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ TEST_P(CompileVulkanToSpirvTestAMD, FromFile)
#endif
#ifdef NV_EXTENSIONS
// Compiling GLSL to SPIR-V under Vulkan semantics (AMD extensions enabled).
// Compiling GLSL to SPIR-V under Vulkan semantics (NV extensions enabled).
// Expected to successfully generate SPIR-V.
TEST_P(CompileVulkanToSpirvTestNV, FromFile)
{