QueuePresent ABI break

main
cosmonaut 2022-02-08 17:19:35 -08:00
parent 6618e289ce
commit 446035a2e8
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ namespace ProjectName
commandBuffer.QueuePresent(
GraphicsObjects.RenderTargets.ExampleRenderTarget.TextureSlice,
Filter.Nearest
Filter.Nearest,
Window
);
GraphicsDevice.Submit(commandBuffer);