#include <texture.hpp>
|
| enum | Target { TEXTURE_2D
} |
| |
| enum | Wrap { REPEAT
, CLAMP_TO_EDGE
} |
| |
| enum | Filter {
NEAREST
, LINEAR
, LINEAR_MIPMAP
, NEAREST_MIPMAP
,
NEAREST_LINEAR_MIPMAP
, LINEAR_NEAREST_MIPMAP
} |
| |
| enum | Format {
RGBA
, RED
, RGB32F
, SRGB
,
SRGB_ALPHA
} |
| |
| enum | Type { UNSIGNED_BYTE
} |
| |
Definition at line 62 of file texture.hpp.
◆ Filter
| Enumerator |
|---|
| NEAREST | |
| LINEAR | |
| LINEAR_MIPMAP | |
| NEAREST_MIPMAP | |
| NEAREST_LINEAR_MIPMAP | |
| LINEAR_NEAREST_MIPMAP | |
Definition at line 73 of file texture.hpp.
◆ Format
| Enumerator |
|---|
| RGBA | |
| RED | |
| RGB32F | |
| SRGB | |
| SRGB_ALPHA | |
Definition at line 82 of file texture.hpp.
◆ Target
◆ Type
◆ Wrap
| Enumerator |
|---|
| REPEAT | |
| CLAMP_TO_EDGE | |
Definition at line 68 of file texture.hpp.
◆ TextureOptions()
| Eng3D::TextureOptions::TextureOptions |
( |
| ) |
|
|
default |
◆ operator==()
| constexpr bool Eng3D::TextureOptions::operator== |
( |
const TextureOptions & |
o | ) |
const |
|
inlineconstexpr |
◆ compressed
| bool Eng3D::TextureOptions::compressed = true |
◆ editable
| bool Eng3D::TextureOptions::editable = false |
◆ format
◆ instant_upload
| bool Eng3D::TextureOptions::instant_upload = false |
◆ internal_format
| Format Eng3D::TextureOptions::internal_format = Eng3D::TextureOptions::Format::RGBA |
◆ mag_filter
| Filter Eng3D::TextureOptions::mag_filter = Eng3D::TextureOptions::Filter::NEAREST |
◆ min_filter
◆ target
◆ type
◆ wrap_s
◆ wrap_t
| Wrap Eng3D::TextureOptions::wrap_t = Eng3D::TextureOptions::Wrap::REPEAT |
The documentation for this class was generated from the following file: