|
Euphoria
|
A 2d image texture. More...
Public Member Functions | |
| Texture2d ()=delete | |
| Texture2d (DEBUG_LABEL_ARG_MANY const void *pixel_data, unsigned int pixel_format, int w, int h, TextureEdge te, TextureRenderStyle trs, Transparency t, ColorData cd) | |
| "internal" | |
Public Member Functions inherited from eu::render::BaseTexture | |
| BaseTexture () | |
| ~BaseTexture () | |
| BaseTexture (const BaseTexture &)=delete | |
| void | operator= (const BaseTexture &)=delete |
| BaseTexture (BaseTexture &&) noexcept | |
| BaseTexture & | operator= (BaseTexture &&) noexcept |
| void | unload () |
| clears the loaded texture to a invalid texture | |
Additional Inherited Members | |
Public Attributes inherited from eu::render::BaseTexture | |
| unsigned int | id |
|
delete |
| eu::render::Texture2d::Texture2d | ( | DEBUG_LABEL_ARG_MANY const void * | pixel_data, |
| unsigned int | pixel_format, | ||
| int | w, | ||
| int | h, | ||
| TextureEdge | te, | ||
| TextureRenderStyle | trs, | ||
| Transparency | t, | ||
| ColorData | cd | ||
| ) |
"internal"