#include <picture.h>
Definition at line 11 of file picture.h.
◆ Picture()
dyno::Picture::Picture |
( |
const char * | filename | ) |
|
|
inline |
◆ GetTexture()
void * dyno::Picture::GetTexture |
( |
| ) |
|
|
inline |
◆ LoadTextureFromFile()
bool dyno::Picture::LoadTextureFromFile |
( |
const char * | filename, |
|
|
GLuint * | out_texture, |
|
|
int * | out_width, |
|
|
int * | out_height ) |
◆ image_height
int dyno::Picture::image_height = 0 |
◆ image_width
int dyno::Picture::image_width = 0 |
◆ texture
GLuint dyno::Picture::texture = 0 |
The documentation for this struct was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/ImWidgets/picture.h
- D:/Peridyno/peridyno/src/Rendering/GUI/ImWidgets/pictrue.cpp