VkMemoryType | NVK Search
  1. No Results
Categories
VkMemoryType Structure specifying memory type Syntax
memoryType = VkMemoryType();
memoryType = new VkMemoryType();
memoryType = new VkMemoryType(object);
Stub read-only Properties VkMemoryType.prototype.propertyFlags VkMemoryPropertyFlagBits is a bitmask of VkMemoryPropertyFlagBits of properties for this memory type. VkMemoryType.prototype.heapIndex Number describes which memory heap this memory type corresponds to, and must be less than memoryHeapCount from the VkPhysicalDeviceMemoryProperties structure. Default Properties VkMemoryType.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkMemoryType.memoryLayout Object Object describing the structure's memory layout. VkMemoryType.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkMemoryType.reset Resets the native memory of the structure. VkMemoryType.flush Writes the structure's data into the native memory. VkMemoryType.reflect Synchronizes the structure's data with the native memory.