MOS
|
Public Types | |
using | Time_point = std::chrono::time_point< std::chrono::system_clock, std::chrono::nanoseconds > |
Public Member Functions | |
Texture_buffer_2D (const gfx::Texture_2D &texture_2d) | |
Texture_buffer_2D (const Texture_buffer_2D &buffer)=delete | |
Texture_buffer_2D (Texture_buffer_2D &&buffer) noexcept | |
Texture_buffer_2D & | operator= (const Texture_buffer_2D &buffer)=delete |
Texture_buffer_2D & | operator= (Texture_buffer_2D &&buffer) noexcept |
Public Attributes | |
GLuint | texture {0} |
Time_point | modified |
Friends | |
class | Renderer |