|
kick
|
Public Member Functions | |
| void | bind () |
| void | unbind () |
| glm::ivec2 | size () const |
| void | setSize (glm::ivec2 size) |
| void | setColorTexture (size_t channel, std::shared_ptr< Texture2D > texture) |
| void | setDepthTexture (std::shared_ptr< Texture2D > texture) |
| std::shared_ptr< Texture2D > | colorTexture (size_t channel) |
| bool | deleteColorTexture (size_t channel) |
| bool | deleteDepthTexture () |
| void | apply () |
Definition at line 16 of file texture_render_target.h.
1.7.4