ngfx::Framebuffer::Attachment
Public Attributes
| Name | |
|---|---|
| Texture * | texture |
| uint32_t | level |
| uint32_t | layer |
Public Attributes Documentation
variable texture
Texture * texture = nullptr;
The destination texture
variable level
uint32_t level = 0;
The destination texture mipmap level
variable layer
uint32_t layer = 0;
The destination texture array layer index
Updated on 3 April 2021 at 20:21:51 PDT