forked from MoonsideGames/RefreshCS
pass rect by reference to BeginRenderPass
parent
5591c81d14
commit
377d53f7a9
|
@ -890,7 +890,7 @@ namespace RefreshCS
|
|||
IntPtr commandBuffer,
|
||||
IntPtr renderPass,
|
||||
IntPtr framebuffer,
|
||||
Rect renderArea,
|
||||
ref Rect renderArea,
|
||||
IntPtr pColorClearValues,
|
||||
uint colorClearCount,
|
||||
ref DepthStencilValue depthStencilClearValue
|
||||
|
|
Loading…
Reference in New Issue