Source position: vulkanlib.pas line 9612
type TVkImageSubresourceLayers = record
aspectMask: TVkImageAspectFlags;
mipLevel: TVkUInt32;
baseArrayLayer: TVkUInt32;
layerCount: TVkUInt32;
end;