Add 2D Batch renderer
This commit is contained in:
@@ -35,4 +35,9 @@ namespace Copium
|
||||
{
|
||||
frontFace = cullFrontFace;
|
||||
}
|
||||
|
||||
void PipelineCreator::SetDepthTest(bool depthTest)
|
||||
{
|
||||
this->depthTest = depthTest;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user