Graphics API decouple part 1
This commit is contained in:
@@ -78,7 +78,7 @@ void Renderable2DComponent::Update()
|
||||
}
|
||||
void Renderable2DComponent::Render()
|
||||
{
|
||||
rtFinal.Activate(wiRenderer::getImmediateContext(), 0, 0, 0, 0);
|
||||
rtFinal.Activate(GRAPHICSTHREAD_IMMEDIATE, 0, 0, 0, 0);
|
||||
|
||||
|
||||
for (auto& x : layers)
|
||||
|
||||
Reference in New Issue
Block a user