Example #1
0
 internal static unsafe extern Result vkInvalidateMappedMemoryRanges(Device device, UInt32 memoryRangeCount, MappedMemoryRange *MemoryRanges);
 public static extern unsafe Result vkInvalidateMappedMemoryRanges(IntPtr device, uint memoryRangeCount, MappedMemoryRange *pMemoryRanges);
Example #3
0
 internal static unsafe extern Result vkFlushMappedMemoryRanges(IntPtr device, UInt32 memoryRangeCount, MappedMemoryRange *pMemoryRanges);