|
Brenta Engine 1.2
|
Data Fields | |
| Texture::Type | type = Texture::Type::None |
| Texture::Target | target = Texture::Target::Texture2D |
| std::filesystem::path | path = "" |
| Texture::Properties | properties = {} |
| std::optional< Color > | color = {} |
Definition at line 205 of file texture.hpp.
| std::optional<Color> brenta::Texture::Config::color = {} |
Definition at line 211 of file texture.hpp.
| std::filesystem::path brenta::Texture::Config::path = "" |
Definition at line 209 of file texture.hpp.
| Texture::Properties brenta::Texture::Config::properties = {} |
Definition at line 210 of file texture.hpp.
| Texture::Target brenta::Texture::Config::target = Texture::Target::Texture2D |
Definition at line 208 of file texture.hpp.
| Texture::Type brenta::Texture::Config::type = Texture::Type::None |
Definition at line 207 of file texture.hpp.