VkExtent3D | NVK Search
  1. No Results
Categories
VkExtent3D Structure specifying a three-dimensional extent Syntax
extent3D = VkExtent3D();
extent3D = new VkExtent3D();
extent3D = new VkExtent3D(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkExtent3D.prototype.width Number is the width of the extent. VkExtent3D.prototype.height Number is the height of the extent. VkExtent3D.prototype.depth Number is the depth of the extent. Default Properties VkExtent3D.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkExtent3D.memoryLayout Object Object describing the structure's memory layout. VkExtent3D.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkExtent3D.reset Resets the native memory of the structure. VkExtent3D.flush Writes the structure's data into the native memory. VkExtent3D.reflect Synchronizes the structure's data with the native memory.