gfx.graal.image

Image module

Members

Aliases

Swizzle
alias Swizzle = CompSwizzle[4]
Undocumented in source.

Enums

BorderColor
enum BorderColor
Undocumented in source.
CompSwizzle
enum CompSwizzle
Undocumented in source.
CubeFace
enum CubeFace
Undocumented in source.
Filter
enum Filter
Undocumented in source.
ImageAspect
enum ImageAspect
Undocumented in source.
ImageLayout
enum ImageLayout
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.
ImageRc
interface ImageRc
Undocumented in source.
ImageView
interface ImageView
Undocumented in source.
Sampler
interface Sampler
Undocumented in source.

Structs

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

Variables

cubeFaces
auto cubeFaces;

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

Meta