VkGetDeviceMemoryCommitment typedef

VkGetDeviceMemoryCommitment = void Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, Pointer<Uint64> pCommittedMemoryInBytes)

Implementation

typedef VkGetDeviceMemoryCommitment = void Function(Pointer<VkDevice> device,
    Pointer<VkDeviceMemory> memory, Pointer<Uint64> pCommittedMemoryInBytes);