CG_Labs
2021.2
|
Functions | |
void | init (std::string const &vs_path, std::string const &fs_path, size_t width, size_t height) |
void | deinit () |
GLuint | get_texture_id () |
void | draw () |
Variables | |
static auto | vao_id = GLuint(0u) |
static auto | vbo_id = GLuint(0u) |
static auto | program_id = GLuint(0u) |
static auto | texture_id = GLuint(0u) |
void utils::opengl::fullscreen::deinit | ( | ) |
void utils::opengl::fullscreen::draw | ( | ) |
GLuint utils::opengl::fullscreen::get_texture_id | ( | ) |
void utils::opengl::fullscreen::init | ( | std::string const & | vs_path, |
std::string const & | fs_path, | ||
size_t | width, | ||
size_t | height | ||
) |
|
static |
|
static |
|
static |
|
static |