mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
warnings cleanup
cleanup and some warning fixes
This commit is contained in:
parent
9dc5ae833b
commit
e6c653c441
8 changed files with 55 additions and 42 deletions
|
|
@ -868,10 +868,12 @@ GFXShaderConstType GFXGLShader::convertConstType(GLenum constType)
|
|||
return GFXSCT_SamplerTextureArray;
|
||||
break;
|
||||
default:
|
||||
AssertFatal(false, "GFXGLShader::initConstantDescs - unrecognized uniform type");
|
||||
AssertFatal(false, "Unknown shader constant class enum, maybe you could add it?");
|
||||
// If we don't recognize the constant don't add its description.
|
||||
break;
|
||||
}
|
||||
|
||||
return GFXSCT_Uknown;
|
||||
}
|
||||
|
||||
void GFXGLShader::initHandles()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue