GlImageView

Undocumented in source.

Constructors

this
this(GlImage img, ImageType type, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source.

Members

Functions

attachToFbo
void attachToFbo(GLenum target, uint colorNum)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

image
ImageBase image [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subresourceRange
ImageSubresourceRange subresourceRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swizzle
Swizzle swizzle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
GLuint name;
Undocumented in source.
target
GLuint target;
Undocumented in source.

Inherited Members

From ImageView

image
ImageBase image [@property getter]
Undocumented in source.
subresourceRange
ImageSubresourceRange subresourceRange [@property getter]
Undocumented in source.
swizzle
Swizzle swizzle [@property getter]
Undocumented in source.
descriptor
ImageDescriptor descriptor(ImageLayout layout)

Build a descriptor to this image resource

descriptorWithSampler
ImageSamplerDescriptor descriptorWithSampler(ImageLayout layout, Sampler sampler)

Build a descriptor to this image resource combined with a sampler

Meta