GLES: Added IQM bone support.

This commit is contained in:
Emile Belanger 2022-11-13 20:06:45 +00:00 committed by Christoph Oelckers
commit f41f393e91
11 changed files with 165 additions and 48 deletions

View file

@ -236,7 +236,7 @@ FString FShaderProgram::PatchShader(ShaderType type, const FString &code, const
{
FString patchedCode;
patchedCode.AppendFormat("#version %d\n", 100); // Set to GLES2
patchedCode.AppendFormat("#version %s\n", gles.shaderVersionString);
patchedCode += GetGLSLPrecision();