change names of shaders

This commit is contained in:
2020-06-20 15:25:57 +08:00
parent 70c7679690
commit ccec02c58b
3 changed files with 4 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ private:
bool InitMaterial()
{
material=shader_manage->CreateMaterial(OS_TEXT("res/shader/LightPosition3D.vert"),
material=shader_manage->CreateMaterial(OS_TEXT("res/shader/VertexLight.vert"),
OS_TEXT("res/shader/VertexColor.frag"));
if(!material)
return(false);