VkWriteDescriptorSet | NVK Search
  1. No Results
Categories
VkWriteDescriptorSet Structure specifying the parameters of a descriptor set write operation Syntax
writeDescriptorSet = VkWriteDescriptorSet();
writeDescriptorSet = new VkWriteDescriptorSet();
writeDescriptorSet = new VkWriteDescriptorSet(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkWriteDescriptorSet.prototype.sType VkStructureType is the type of this structure. VkWriteDescriptorSet.prototype.pNext null is null or a reference to an extension-specific structure. VkWriteDescriptorSet.prototype.dstSet VkDescriptorSet is the destination descriptor set to update. VkWriteDescriptorSet.prototype.dstBinding Number is the descriptor binding within that set. VkWriteDescriptorSet.prototype.dstArrayElement Number is the starting element in that array. If the descriptor binding identified by dstSet and dstBinding has a descriptor type of VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT then dstArrayElement specifies the starting byte offset within the binding. VkWriteDescriptorSet.prototype.descriptorCount Number VkWriteDescriptorSet.prototype.descriptorType VkDescriptorType VkWriteDescriptorSet.prototype.pImageInfo Array[VkDescriptorImageInfo] VkWriteDescriptorSet.prototype.pBufferInfo Array[VkDescriptorBufferInfo] VkWriteDescriptorSet.prototype.pTexelBufferView Array[VkBufferView] Default Properties VkWriteDescriptorSet.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkWriteDescriptorSet.memoryLayout Object Object describing the structure's memory layout. VkWriteDescriptorSet.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkWriteDescriptorSet.reset Resets the native memory of the structure. VkWriteDescriptorSet.flush Writes the structure's data into the native memory. VkWriteDescriptorSet.reflect Synchronizes the structure's data with the native memory.