Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TVkPhysicalDeviceTexelBufferAlignmentProperties

Declaration

Source position: vulkanlib.pas line 14905

type TVkPhysicalDeviceTexelBufferAlignmentProperties = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  storageTexelBufferOffsetAlignmentBytes: TVkDeviceSize;

  

  storageTexelBufferOffsetSingleTexelAlignment: TVkBool32;

  

  uniformTexelBufferOffsetAlignmentBytes: TVkDeviceSize;

  

  uniformTexelBufferOffsetSingleTexelAlignment: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio