VkDescriptorBufferInfo | NVK Search
  1. No Results
Categories
VkDescriptorBufferInfo Structure specifying descriptor buffer info Syntax
descriptorBufferInfo = VkDescriptorBufferInfo();
descriptorBufferInfo = new VkDescriptorBufferInfo();
descriptorBufferInfo = new VkDescriptorBufferInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkDescriptorBufferInfo.prototype.buffer VkBuffer isVK_NULL_HANDLE or VkDescriptorBufferInfo.prototype.offset BigInt Number VkDescriptorBufferInfo.prototype.range BigInt Number Default Properties VkDescriptorBufferInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkDescriptorBufferInfo.memoryLayout Object Object describing the structure's memory layout. VkDescriptorBufferInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkDescriptorBufferInfo.reset Resets the native memory of the structure. VkDescriptorBufferInfo.flush Writes the structure's data into the native memory. VkDescriptorBufferInfo.reflect Synchronizes the structure's data with the native memory.