Function Allocator.allocateImage
Create an image, then allocate and bind memory for its requirements
final ImageAlloc allocateImage
(
in const(ImageInfo) info,
in const(AllocOptions) options = AllocOptions(cast(AllocFlags)0, cast(MemoryUsage)0, cast(MemProps)0, cast(MemProps)0, 0u)
);