Class VkPhysicalDeviceTexelBufferAlignmentProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT

public class VkPhysicalDeviceTexelBufferAlignmentProperties extends Struct<VkPhysicalDeviceTexelBufferAlignmentProperties> implements NativeResource

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