Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message regarding shader compilation version implies that the shader code being compiled does not match the version of the shader compiler being used. This can occur if the shader code was written for an older version of the shader language and is being compiled with a newer version of the compiler, or vice versa. The error message is indicating that the version mismatch is preventing the code from being compiled correctly.