Ejemplo n.º 1
0
 public unsafe void ClearDepthStencilImage(Image image, ImageLayout imageLayout, ClearDepthStencilValue depthStencil, uint rangeCount, ImageSubresourceRange* ranges)
 {
     vkCmdClearDepthStencilImage(this, image, imageLayout, &depthStencil, rangeCount, ranges);
 }
Ejemplo n.º 2
0
 internal static unsafe extern void vkCmdClearDepthStencilImage(CommandBuffer commandBuffer, Image image, ImageLayout imageLayout, ClearDepthStencilValue* depthStencil, uint rangeCount, ImageSubresourceRange* ranges);