VkPhysicalDeviceFeatures2 | NVK Search
  1. No Results
Categories
VkPhysicalDeviceFeatures2 Structure describing the fine-grained features that can be supported by an implementation Syntax
physicalDeviceFeatures2 = VkPhysicalDeviceFeatures2();
physicalDeviceFeatures2 = new VkPhysicalDeviceFeatures2();
physicalDeviceFeatures2 = new VkPhysicalDeviceFeatures2(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkPhysicalDeviceFeatures2.prototype.sType VkStructureType VkPhysicalDeviceFeatures2.prototype.pNext null VkPhysicalDeviceFeatures2.prototype.features VkPhysicalDeviceFeatures Default Properties VkPhysicalDeviceFeatures2.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkPhysicalDeviceFeatures2.memoryLayout Object Object describing the structure's memory layout. VkPhysicalDeviceFeatures2.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkPhysicalDeviceFeatures2.reset Resets the native memory of the structure. VkPhysicalDeviceFeatures2.flush Writes the structure's data into the native memory. VkPhysicalDeviceFeatures2.reflect Synchronizes the structure's data with the native memory.