VkDescriptorSetLayoutCreateInfo | NVK Search
  1. No Results
Categories
VkDescriptorSetLayoutCreateInfo Structure specifying parameters of a newly created descriptor set layout Syntax
descriptorSetLayoutInfo = VkDescriptorSetLayoutCreateInfo();
descriptorSetLayoutInfo = new VkDescriptorSetLayoutCreateInfo();
descriptorSetLayoutInfo = new VkDescriptorSetLayoutCreateInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkDescriptorSetLayoutCreateInfo.prototype.sType VkStructureType is the type of this structure. VkDescriptorSetLayoutCreateInfo.prototype.pNext null is null or a reference to an extension-specific structure. VkDescriptorSetLayoutCreateInfo.prototype.flags VkDescriptorSetLayoutCreateFlagBits is a bitmask of VkDescriptorSetLayoutCreateFlagBits VkDescriptorSetLayoutCreateInfo.prototype.bindingCount Number VkDescriptorSetLayoutCreateInfo.prototype.pBindings Array[VkDescriptorSetLayoutBinding] Default Properties VkDescriptorSetLayoutCreateInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkDescriptorSetLayoutCreateInfo.memoryLayout Object Object describing the structure's memory layout. VkDescriptorSetLayoutCreateInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkDescriptorSetLayoutCreateInfo.reset Resets the native memory of the structure. VkDescriptorSetLayoutCreateInfo.flush Writes the structure's data into the native memory. VkDescriptorSetLayoutCreateInfo.reflect Synchronizes the structure's data with the native memory.