GLES: Added IQM bone support.
This commit is contained in:
parent
7517b64aee
commit
f41f393e91
11 changed files with 165 additions and 48 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue