gfx.graal.image

ImageBase module

Members

Enums

BorderColor
enum BorderColor
Undocumented in source.
CompSwizzle
enum CompSwizzle
Undocumented in source.
CubeFace
enum CubeFace
Undocumented in source.
Filter
enum Filter

Type of filter for texture sampling

ImageAspect
enum ImageAspect
Undocumented in source.
ImageLayout
enum ImageLayout
Undocumented in source.
ImageTiling
enum ImageTiling
Undocumented in source.
ImageType
enum ImageType
Undocumented in source.
ImageUsage
enum ImageUsage
Undocumented in source.
WrapMode
enum WrapMode

Specifies how texture coordinates outside the range [0, 1] are handled.

Functions

isArray
bool isArray(ImageType it)
Undocumented in source. Be warned that the author may not have intended to support it.
isCube
bool isCube(ImageType it)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Image
interface Image
Undocumented in source.
ImageBase
interface ImageBase
Undocumented in source.
ImageView
interface ImageView
Undocumented in source.
Sampler
interface Sampler
Undocumented in source.

Properties

isBlack
bool isBlack [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFloat
bool isFloat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isInt
bool isInt [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isTransparent
bool isTransparent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isWhite
bool isWhite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ImageDims
struct ImageDims
Undocumented in source.
ImageInfo
struct ImageInfo
Undocumented in source.
ImageSubresourceLayer
struct ImageSubresourceLayer
Undocumented in source.
ImageSubresourceRange
struct ImageSubresourceRange
Undocumented in source.
SamplerInfo
struct SamplerInfo

Structure holding texture sampler information. It is used to create samplers.

Swizzle
struct Swizzle
Undocumented in source.

Variables

cubeFaces
auto cubeFaces;

an array of faces in the order that is expected during cube initialization

Meta