Commit Graph

4 Commits

Author SHA1 Message Date
307113d744 GPU: Fix incorrect datatype conversions in test case shaders. 2023-02-03 08:23:55 +01:00
bbc18673f3 Cleanup: make format 2023-02-02 13:16:39 +01:00
79c82fc1c5 Cleanup: trailing space 2023-01-31 15:49:04 +11:00
ce13d0d326 GPU: Only compile test shaders when test cases option is enabled.
The glsl files + create infos of shaders that are only used
during development where still being compiled into blender.

This isn't needed and shouldn't be included. This change will
only include them when WITH_GTEST and WITH_OPENGL_DRAW_TESTS are
enabled. All other cases those files will be skipped.
2023-01-30 15:46:12 +01:00