コード例 #1
0
 public static extern unsafe void vkCmdClearDepthStencilImage(IntPtr commandBuffer, ulong image, ImageLayout imageLayout, ClearDepthStencilValue *pDepthStencil, uint rangeCount, ImageSubresourceRange *pRanges);
コード例 #2
0
 internal static unsafe extern void vkCmdClearDepthStencilImage(CommandBuffer commandBuffer, Image image, ImageLayout imageLayout, ClearDepthStencilValue *DepthStencil, UInt32 rangeCount, ImageSubresourceRange *Ranges);