]> git.tdb.fi Git - libs/gl.git/commit
Validate that compute shaders specify a workgroup size
authorMikko Rasa <tdb@tdb.fi>
Sat, 3 Sep 2022 12:05:33 +0000 (15:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 3 Sep 2022 12:40:31 +0000 (15:40 +0300)
commitee6bbd30f8b4c7e9d73124272cc0eec03093ddec
treec23a46c3a9c9f5dfd19e6d6cf2f8ef4e2de8bdc7
parentabcd1fa06f9fab27c5934b4069523dd009862b18
Validate that compute shaders specify a workgroup size
source/glsl/validate.cpp
source/glsl/validate.h
tests/glsl/missing_workgroup_size.glsl [new file with mode: 0644]