Esempio n. 1
0
 public static extern unsafe void vkCmdBlitImage(IntPtr commandBuffer, ulong srcImage, ImageLayout srcImageLayout, ulong dstImage, ImageLayout dstImageLayout, uint regionCount, ImageBlit *pRegions, Filter filter);
Esempio n. 2
0
 internal static unsafe extern void vkCmdBlitImage(CommandBuffer commandBuffer, Image srcImage, ImageLayout srcImageLayout, Image dstImage, ImageLayout dstImageLayout, UInt32 regionCount, ImageBlit *Regions, Filter filter);