VkMappedMemoryRange | NVK Search
  1. No Results
Categories
VkMappedMemoryRange Structure specifying a mapped memory range Syntax
mappedMemoryRange = VkMappedMemoryRange();
mappedMemoryRange = new VkMappedMemoryRange();
mappedMemoryRange = new VkMappedMemoryRange(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkMappedMemoryRange.prototype.sType VkStructureType is the type of this structure. VkMappedMemoryRange.prototype.pNext null is null or a reference to an extension-specific structure. VkMappedMemoryRange.prototype.memory VkDeviceMemory is the memory object to which this range belongs. VkMappedMemoryRange.prototype.offset BigInt Number is the zero-based byte offset from the beginning of the memory object. VkMappedMemoryRange.prototype.size BigInt Number Default Properties VkMappedMemoryRange.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkMappedMemoryRange.memoryLayout Object Object describing the structure's memory layout. VkMappedMemoryRange.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkMappedMemoryRange.reset Resets the native memory of the structure. VkMappedMemoryRange.flush Writes the structure's data into the native memory. VkMappedMemoryRange.reflect Synchronizes the structure's data with the native memory.