fix not ending render pass before present
parent
cff6131782
commit
75e525c71a
|
@ -52,6 +52,8 @@ namespace ProjectName
|
|||
Color.CornflowerBlue.ToVector4()
|
||||
);
|
||||
|
||||
commandBuffer.EndRenderPass();
|
||||
|
||||
commandBuffer.QueuePresent(
|
||||
GraphicsObjects.RenderTargets.ExampleRenderTarget.TextureSlice,
|
||||
Filter.Nearest,
|
||||
|
|
Loading…
Reference in New Issue