mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-22 14:01:55 +00:00
Remove SDL_GPUDepthStencilValue struct
This commit is contained in:
parent
80e541d1fc
commit
d3091b9538
6 changed files with 11 additions and 28 deletions
|
|
@ -8011,9 +8011,9 @@ static void VULKAN_BeginRenderPass(
|
|||
|
||||
if (depthStencilTargetInfo != NULL) {
|
||||
clearValues[totalColorAttachmentCount].depthStencil.depth =
|
||||
depthStencilTargetInfo->clear_value.depth;
|
||||
depthStencilTargetInfo->clear_depth;
|
||||
clearValues[totalColorAttachmentCount].depthStencil.stencil =
|
||||
depthStencilTargetInfo->clear_value.stencil;
|
||||
depthStencilTargetInfo->clear_stencil;
|
||||
}
|
||||
|
||||
VkRenderPassBeginInfo renderPassBeginInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue