![]() |
Radium Engine
1.7.0
|
Describes the sampler and image of a texture. More...
#include <Engine/Data/Texture.hpp>
Collaboration diagram for Ra::Engine::Data::TextureParameters:Public Attributes | |
| std::string | name {} |
| SamplerParameters | sampler {} |
| ImageParameters | image {} |
Describes the sampler and image of a texture.
These parameters describe the image data of the texture :
MipMap representation of the texture is automatically generated as soon as the minFilter parameter is something else than GL_LINEAR or GL_NEAREST.
Definition at line 99 of file Texture.hpp.
| ImageParameters Ra::Engine::Data::TextureParameters::image {} |
Definition at line 102 of file Texture.hpp.
| std::string Ra::Engine::Data::TextureParameters::name {} |
Definition at line 100 of file Texture.hpp.
| SamplerParameters Ra::Engine::Data::TextureParameters::sampler {} |
Definition at line 101 of file Texture.hpp.