mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-12 08:45:48 +00:00
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.