From 59c67c9375e8a8684a0c46a3473f52fbf0af621f Mon Sep 17 00:00:00 2001 From: Adam Czupryna Date: Thu, 26 Oct 2017 11:56:11 +0200 Subject: [PATCH] Change Built-in Functions test case proposal Remove build-in noise* functions testing as tey are deprecated. Section GLSL to SPIR-V Features Tests / Built-in Functions Components: OpenGL VK-GL-CTS issue: 554 Change-Id: I0f3d19bd6fd70c54a32610e68250f4f39f14a708 --- external/openglcts/docs/specs/CTS_ARB_gl_spirv.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/openglcts/docs/specs/CTS_ARB_gl_spirv.txt b/external/openglcts/docs/specs/CTS_ARB_gl_spirv.txt index b5dfe64..aedb7d4 100644 --- a/external/openglcts/docs/specs/CTS_ARB_gl_spirv.txt +++ b/external/openglcts/docs/specs/CTS_ARB_gl_spirv.txt @@ -147,6 +147,8 @@ Tests - Verify if built-in functions are converted from GLSL to SPIR-V as expected. + NOTE: noise* built-in functions are excluded from testing as they are deprecated. + * Specialization Constants - Create fragment shader with specialized constant floats - one for each color -- 2.7.4