gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
Image
gfx
graal
image
Undocumented in source.
interface
Image {
ImageType
type
[@property getter];
Format
format
[@property getter];
ImageDims
dims
[@property getter];
uint
levels
[@property getter];
ImageView
createView
(ImageType viewtype, ImageSubresourceRange isr, Swizzle swizzle);
}
Members
Functions
createView
ImageView
createView
(ImageType viewtype, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source.
Properties
dims
ImageDims
dims
[@property getter]
Undocumented in source.
format
Format
format
[@property getter]
Undocumented in source.
levels
uint
levels
[@property getter]
Undocumented in source.
type
ImageType
type
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
image
aliases
Swizzle
enums
BorderColor
CompSwizzle
CubeFace
Filter
ImageAspect
ImageLayout
ImageType
ImageUsage
WrapMode
functions
isArray
isCube
interfaces
Image
ImageRc
ImageView
Sampler
structs
ImageDims
ImageSubresourceRange
SamplerInfo
variables
cubeFaces