-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cases for structs as inout and out parameters.
Structs with lowp, mediump and highp (when supported in fragment shaders) members are tested as inout and out parameters in both ES 2.0 and 3.0 shaders. The highp variant of this test catches a bug which was found by the Three.js community in mrdoob/three.js#14137 . Similar tests were integrated into the WebGL conformance suite in KhronosGroup/WebGL#2663 . Verified on: Qualcomm Adreno 308 (LG Aristo) - bug reproduces in both ES2 and ES3 highp fragment shaders Qualcomm Adreno 540 (Pixel 2), NVIDIA Tegra (SHIELD Tablet) - all tests pass New tests: dEQP-GLES[23].functional.shaders.struct.local.parameter_inout_* dEQP-GLES[23].functional.shaders.struct.local.parameter_out_* VK-GL-CTS Issue 1280 Change-Id: Ie332aede0ad52453815d9e123145ec035009430b (cherry picked from commit 3b0365b)
- Loading branch information
1 parent
69740b4
commit e9540af
Showing
6 changed files
with
291 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.