VkPhysicalDeviceMemoryProperties | NVK Search
  1. No Results
Categories
VkPhysicalDeviceMemoryProperties Structure specifying physical device memory properties Syntax
physicalDeviceMemoryProperties = VkPhysicalDeviceMemoryProperties();
physicalDeviceMemoryProperties = new VkPhysicalDeviceMemoryProperties();
physicalDeviceMemoryProperties = new VkPhysicalDeviceMemoryProperties(object);
Stub read-only Properties VkPhysicalDeviceMemoryProperties.prototype.memoryTypeCount Number is the number of valid elements in the memoryTypes array. VkPhysicalDeviceMemoryProperties.prototype.memoryTypes Array[VkMemoryType] VkPhysicalDeviceMemoryProperties.prototype.memoryHeapCount Number is the number of valid elements in the memoryHeaps array. VkPhysicalDeviceMemoryProperties.prototype.memoryHeaps Array[VkMemoryHeap] Default Properties VkPhysicalDeviceMemoryProperties.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkPhysicalDeviceMemoryProperties.memoryLayout Object Object describing the structure's memory layout. VkPhysicalDeviceMemoryProperties.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkPhysicalDeviceMemoryProperties.reset Resets the native memory of the structure. VkPhysicalDeviceMemoryProperties.flush Writes the structure's data into the native memory. VkPhysicalDeviceMemoryProperties.reflect Synchronizes the structure's data with the native memory.