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 is the buffer resource. VkDescriptorBufferInfo.prototype.offset BigInt Number VkDescriptorBufferInfo.prototype.range BigInt Number is the size in bytes that is used for this descriptor update, or VK_WHOLE_SIZE to use the range from offset to the end of the buffer. 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.