Class VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT extends VkPhysicalDeviceTexelBufferAlignmentProperties
See VkPhysicalDeviceTexelBufferAlignmentProperties.

Layout


 struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkDeviceSize storageTexelBufferOffsetAlignmentBytes;
     VkBool32 storageTexelBufferOffsetSingleTexelAlignment;
     VkDeviceSize uniformTexelBufferOffsetAlignmentBytes;
     VkBool32 uniformTexelBufferOffsetSingleTexelAlignment;
 }