|
opynsim
Unofficial C++ Documentation
|
#include <cubemap.h>
Public Member Functions | |
| Cubemap (int32_t width, TextureFormat format) | |
| int32_t | width () const |
| TextureFormat | texture_format () const |
| TextureWrapMode | wrap_mode () const |
| void | set_wrap_mode (TextureWrapMode) |
| TextureWrapMode | wrap_mode_u () const |
| void | set_wrap_mode_u (TextureWrapMode) |
| TextureWrapMode | wrap_mode_v () const |
| void | set_wrap_mode_v (TextureWrapMode) |
| TextureWrapMode | wrap_mode_w () const |
| void | set_wrap_mode_w (TextureWrapMode) |
| TextureFilterMode | filter_mode () const |
| void | set_filter_mode (TextureFilterMode) |
| void | set_pixel_data (CubemapFace, std::span< const uint8_t >) |
| const Impl & | impl () const |
Friends | |
| class | GraphicsBackend |
| bool | operator== (const Cubemap &, const Cubemap &)=default |
| osc::Cubemap::Cubemap | ( | int32_t | width, |
| TextureFormat | format | ||
| ) |
| TextureFilterMode osc::Cubemap::filter_mode | ( | ) | const |
| void osc::Cubemap::set_filter_mode | ( | TextureFilterMode | ) |
| void osc::Cubemap::set_pixel_data | ( | CubemapFace | , |
| std::span< const uint8_t > | |||
| ) |
| void osc::Cubemap::set_wrap_mode | ( | TextureWrapMode | ) |
| void osc::Cubemap::set_wrap_mode_u | ( | TextureWrapMode | ) |
| void osc::Cubemap::set_wrap_mode_v | ( | TextureWrapMode | ) |
| void osc::Cubemap::set_wrap_mode_w | ( | TextureWrapMode | ) |
| TextureFormat osc::Cubemap::texture_format | ( | ) | const |
| int32_t osc::Cubemap::width | ( | ) | const |
| TextureWrapMode osc::Cubemap::wrap_mode | ( | ) | const |
| TextureWrapMode osc::Cubemap::wrap_mode_u | ( | ) | const |
| TextureWrapMode osc::Cubemap::wrap_mode_v | ( | ) | const |
| TextureWrapMode osc::Cubemap::wrap_mode_w | ( | ) | const |