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