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