VkMemoryAllocateInfo | NVK Search
  1. No Results
Categories
VkMemoryAllocateInfo Structure containing parameters of a memory allocation Syntax
memoryAllocateInfo = VkMemoryAllocateInfo();
memoryAllocateInfo = new VkMemoryAllocateInfo();
memoryAllocateInfo = new VkMemoryAllocateInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkMemoryAllocateInfo.prototype.sType VkStructureType is the type of this structure. VkMemoryAllocateInfo.prototype.pNext null is null or a reference to an extension-specific structure. VkMemoryAllocateInfo.prototype.allocationSize BigInt Number is the size of the allocation in bytes VkMemoryAllocateInfo.prototype.memoryTypeIndex Number is an index identifying a memory type from the memoryTypes array of the VkPhysicalDeviceMemoryProperties structure Default Properties VkMemoryAllocateInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkMemoryAllocateInfo.memoryLayout Object Object describing the structure's memory layout. VkMemoryAllocateInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkMemoryAllocateInfo.reset Resets the native memory of the structure. VkMemoryAllocateInfo.flush Writes the structure's data into the native memory. VkMemoryAllocateInfo.reflect Synchronizes the structure's data with the native memory.