Module gfx.graal.image
ImageBase module
Functions
Name | Description |
---|---|
isArray(it)
|
|
isBlack(color)
|
|
isCube(it)
|
|
isFloat(color)
|
|
isInt(color)
|
|
isTransparent(color)
|
|
isWhite(color)
|
Interfaces
Name | Description |
---|---|
Image
|
|
ImageBase
|
|
ImageView
|
|
Sampler
|
Structs
Name | Description |
---|---|
ImageDims
|
|
ImageInfo
|
|
ImageSubresourceLayer
|
|
ImageSubresourceRange
|
|
SamplerInfo
|
Structure holding texture sampler information. It is used to create samplers. |
Swizzle
|
Enums
Name | Description |
---|---|
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
Name | Type | Description |
---|---|---|
cubeFaces
|
immutable(CubeFace[])
|
an array of faces in the order that is expected during cube initialization |