public static extern unsafe void vkCmdClearColorImage(IntPtr commandBuffer, ulong image, ImageLayout imageLayout, ClearColorValue *pColor, uint rangeCount, ImageSubresourceRange *pRanges);
Beispiel #2
0
 internal static unsafe extern void vkCmdClearColorImage(CommandBuffer commandBuffer, Image image, ImageLayout imageLayout, ClearColorValue *Color, UInt32 rangeCount, ImageSubresourceRange *Ranges);