started working with MRT
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
TSE::EDITOR::EditorSubsystem::EditorSubsystem() : sv(nullptr), editorLayer("")
|
||||
{
|
||||
rt = IRenderTexture::factory->CreateTextureHeap({100,100});
|
||||
rt = IRenderTexture::factory->CreateTextureHeap({100,100}, 2);
|
||||
sv = SceneView(rt);
|
||||
|
||||
controller.AddGuiElement("Scene", &sv);
|
||||
|
||||
Reference in New Issue
Block a user