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