pass rect by reference to BeginRenderPass

main
cosmonaut 2021-01-14 17:25:03 -08:00
parent 5591c81d14
commit 377d53f7a9
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ namespace RefreshCS
IntPtr commandBuffer,
IntPtr renderPass,
IntPtr framebuffer,
Rect renderArea,
ref Rect renderArea,
IntPtr pColorClearValues,
uint colorClearCount,
ref DepthStencilValue depthStencilClearValue