VkExtent2D | NVK Search
  1. No Results
Categories
VkExtent2D Structure specifying a two-dimensional extent Syntax
extent2D = new VkExtent2D();
extent2D = new VkExtent2D(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkExtent2D.prototype.width Number is the width of the extent. VkExtent2D.prototype.height Number is the height of the extent. Default Properties VkExtent2D.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkExtent2D.memoryLayout Object Object describing this structure's memory layout. VkExtent2D.byteLength Number Total native byte length of this structure.