mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-17 07:21:03 +00:00
4037927834
These are not supported in GLES and causes shader compile errors when replaying a capture: - OpenGL does not allow swizzles on scalar expressions - implicit cast from "int" to "float" - implicit cast from "int" to "uint" Scalar swizzling can be replaced by vec4 and constant types can be explicitly specified.