Closed thargy closed 6 years ago
After adding more automated backend testing I received the following error on compiling a compute shader across all backends:
ERROR: #version: compute shaders require es profile with version 310 or above, or non-es profile with version 420 or above
Currently the GlslEs300 backend doesn't check to see if the function is a compute shader when compiling.
I've added a check which fixed this issue.
After adding more automated backend testing I received the following error on compiling a compute shader across all backends:
Currently the GlslEs300 backend doesn't check to see if the function is a compute shader when compiling.