Module gfx.graal.image

ImageBase module

Functions

NameDescription
isArray(it)
isBlack(color)
isCube(it)
isFloat(color)
isInt(color)
isTransparent(color)
isWhite(color)

Interfaces

NameDescription
Image
ImageBase
ImageView
Sampler

Structs

NameDescription
ImageDims
ImageInfo
ImageSubresourceLayer
ImageSubresourceRange
SamplerInfo Structure holding texture sampler information. It is used to create samplers.
Swizzle

Enums

NameDescription
BorderColor
CompSwizzle
CubeFace
Filter Type of filter for texture sampling
ImageAspect
ImageLayout
ImageTiling
ImageType
ImageUsage
WrapMode Specifies how texture coordinates outside the range [0, 1] are handled.

Global variables

NameTypeDescription
cubeFaces immutable(CubeFace[]) an array of faces in the order that is expected during cube initialization