#include <opengl_wrapper.hpp>
Definition at line 57 of file opengl_wrapper.hpp.
◆ image() [1/4]
◆ image() [2/4]
ogl::image::image |
( |
uint8_t * |
data, |
|
|
int32_t |
size_x, |
|
|
int32_t |
size_y, |
|
|
int32_t |
channels |
|
) |
| |
|
inline |
◆ image() [3/4]
ogl::image::image |
( |
image const & |
other | ) |
|
|
delete |
◆ image() [4/4]
ogl::image::image |
( |
image && |
other | ) |
|
|
inlinenoexcept |
◆ ~image()
◆ operator=() [1/2]
◆ operator=() [2/2]
image & ogl::image::operator= |
( |
image const & |
other | ) |
|
|
delete |
◆ channels
int32_t ogl::image::channels = 0 |
◆ data
uint8_t* ogl::image::data = nullptr |
◆ size_x
int32_t ogl::image::size_x = 0 |
◆ size_y
int32_t ogl::image::size_y = 0 |
The documentation for this struct was generated from the following file: