VkMemoryHeap | NVK Search
  1. No Results
Categories
VkMemoryHeap Structure specifying a memory heap Syntax
memoryHeap = VkMemoryHeap();
memoryHeap = new VkMemoryHeap();
memoryHeap = new VkMemoryHeap(object);
Stub read-only Properties VkMemoryHeap.prototype.size BigInt Number is the total memory size in bytes in the heap. VkMemoryHeap.prototype.flags VkMemoryHeapFlagBits is a bitmask of VkMemoryHeapFlagBits specifying attribute flags for the heap. Default Properties VkMemoryHeap.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkMemoryHeap.memoryLayout Object Object describing the structure's memory layout. VkMemoryHeap.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkMemoryHeap.reset Resets the native memory of the structure. VkMemoryHeap.flush Writes the structure's data into the native memory. VkMemoryHeap.reflect Synchronizes the structure's data with the native memory.