mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
32fe192101
commit
333b164278
|
@ -1980,10 +1980,10 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
|
||||
bgfx::ProgramHandle svProgs[ShadowVolumeProgramType::Count][ShadowVolumePart::Count] =
|
||||
{
|
||||
{ programBackBlank, programSideBlank, programFrontBlank } // Blank
|
||||
,{ programBackColor, programSideColor, programFrontColor } // Color
|
||||
,{ programBackTex1, programSideTex, programFrontTex1 } // Tex1
|
||||
,{ programBackTex2, programSideTex, programFrontTex2 } // Tex2
|
||||
{ programBackBlank, programSideBlank, programFrontBlank }, // Blank
|
||||
{ programBackColor, programSideColor, programFrontColor }, // Color
|
||||
{ programBackTex1, programSideTex, programFrontTex1 }, // Tex1
|
||||
{ programBackTex2, programSideTex, programFrontTex2 }, // Tex2
|
||||
};
|
||||
|
||||
Model bunnyLowPolyModel;
|
||||
|
|
Loading…
Reference in New Issue