Exemplo n.º 1
0
 public static extern unsafe void vkCmdClearDepthStencilImage(IntPtr commandBuffer, ulong image, ImageLayout imageLayout, ClearDepthStencilValue *pDepthStencil, uint rangeCount, ImageSubresourceRange *pRanges);
Exemplo n.º 2
0
 internal static unsafe extern void vkCmdClearDepthStencilImage(CommandBuffer commandBuffer, Image image, ImageLayout imageLayout, ClearDepthStencilValue *DepthStencil, UInt32 rangeCount, ImageSubresourceRange *Ranges);