GlImage

Undocumented in source.

Constructors

this
this(GlShare share, ImageInfo info)
Undocumented in source.

Members

Functions

bindMemory
void bindMemory(DeviceMemory mem, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
createView
ImageView createView(ImageType viewType, ImageSubresourceRange isr, Swizzle swizzle)
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.
texSubImage
void texSubImage(BufferImageCopy region)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

glType
GlImgType glType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
info
ImageInfo info [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
memoryRequirements
MemoryRequirements memoryRequirements [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
GLuint name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
numFormat
NumFormat numFormat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
texTarget
GLenum texTarget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Image

memoryRequirements
MemoryRequirements memoryRequirements [@property getter]
Undocumented in source.
bindMemory
void bindMemory(DeviceMemory mem, size_t offset)

The image keeps a reference of the device memory

Meta