VkDescriptorImageInfo | NVK Search
  1. No Results
Categories
VkDescriptorImageInfo Structure specifying descriptor image info Syntax
descriptorImageInfo = VkDescriptorImageInfo();
descriptorImageInfo = new VkDescriptorImageInfo();
descriptorImageInfo = new VkDescriptorImageInfo(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkDescriptorImageInfo.prototype.sampler VkSampler is a sampler handle, and is used in descriptor updates for types VK_DESCRIPTOR_TYPE_SAMPLER and VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER if the binding being updated does not use immutable samplers. VkDescriptorImageInfo.prototype.imageView VkImageView is an image view handle, and is used in descriptor updates for types VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, and VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT. VkDescriptorImageInfo.prototype.imageLayout VkImageLayout is the layout that the image subresources accessible from imageView will be in at the time this descriptor is accessed. imageLayout is used in descriptor updates for types VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, and VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT. Default Properties VkDescriptorImageInfo.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkDescriptorImageInfo.memoryLayout Object Object describing the structure's memory layout. VkDescriptorImageInfo.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkDescriptorImageInfo.reset Resets the native memory of the structure. VkDescriptorImageInfo.flush Writes the structure's data into the native memory. VkDescriptorImageInfo.reflect Synchronizes the structure's data with the native memory.