mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Remove SDL_GPUDepthStencilValue struct
This commit is contained in:
@@ -3905,8 +3905,8 @@ static void D3D12_BeginRenderPass(
|
||||
d3d12CommandBuffer->graphicsCommandList,
|
||||
subresource->dsvHandle.cpuHandle,
|
||||
clearFlags,
|
||||
depthStencilTargetInfo->clear_value.depth,
|
||||
depthStencilTargetInfo->clear_value.stencil,
|
||||
depthStencilTargetInfo->clear_depth,
|
||||
depthStencilTargetInfo->clear_stencil,
|
||||
0,
|
||||
NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user