Source position: vulkanlib.pas line 16191
type TVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT = record
sType: TVkStructureType;
pNext: PVkVoid;
texelBufferAlignment: TVkBool32;
end;