Exemplo n.º 1
0
 internal static unsafe extern void vkGetImageSubresourceLayout(Device device, Image image, ImageSubresource *Subresource, SubresourceLayout *Layout);
Exemplo n.º 2
0
 public static extern unsafe void vkGetImageSubresourceLayout(IntPtr device, ulong image, ImageSubresource *pSubresource, SubresourceLayout *pLayout);
Exemplo n.º 3
0
 internal static unsafe extern void vkGetImageSubresourceLayout(IntPtr device, UInt64 image, ImageSubresource *pSubresource, SubresourceLayout *pLayout);