Structures

VkTexelBufferDescriptorInfoEXT

Structure describing an image descriptor created from a buffer

VkTexelBufferDescriptorInfoEXT is defined as:

typedef struct VkTexelBufferDescriptorInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkFormat format;
    VkDeviceAddressRangeEXT addressRange;
} VkTexelBufferDescriptorInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • format is the VkFormat of the descriptor.
  • addressRange is a VkDeviceAddressRangeEXT defining the range of data backing the descriptor.

Valid Usage (Implicit)

VUID-VkTexelBufferDescriptorInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_TEXEL_BUFFER_DESCRIPTOR_INFO_EXT