Fix the Shader3D

This commit is contained in:
Maschell 2020-02-18 19:48:23 +01:00
parent c9ae9cf218
commit 886ae7e19b
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ Shader3D::Shader3D()
pixelShader.addSamplerVar((GX2SamplerVar) {
"sampl_texture", GX2_SAMPLER_VAR_TYPE_SAMPLER_2D, samplerLocation
});
//! create vertex shader
vertexShader.setProgram(cpVertexShaderProgram, sizeof(cpVertexShaderProgram), cpVertexShaderRegs, sizeof(cpVertexShaderRegs));
modelMatrixLocation = 0;
projectionMatrixLocation = 16;