GlImage

Undocumented in source.

Constructors

this
this(Device dev, 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

boundMemory
DeviceMemory boundMemory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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

device
Device device [@property getter]

Get the parent device

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

boundMemory
DeviceMemory boundMemory [@property getter]

The memory bound to this image

Meta