|
Cogs.Core
|
Public Member Functions | |
| size_t | hash (size_t hashValue=Cogs::hash()) const |
Public Attributes | |
| TextureHandle | handle = TextureHandle::NoHandle |
| Handle to a texture resource, or TextureHandle::NoHandle if texture should be disabled. | |
| SamplerState::AddressMode | sMode = SamplerState::Wrap |
| Address mode to use when rendering with this texture. | |
| SamplerState::AddressMode | tMode = SamplerState::Wrap |
| SamplerState::AddressMode | uMode = SamplerState::Wrap |
| SamplerState::FilterMode | filterMode = SamplerState::FilterMode::MinMagMipLinear |
| Filter mode to use when rendering with this texture. | |
| TextureDimensions | dimensions = TextureDimensions::Texture2D |
| Expected dimensions of the texture property. | |
Definition at line 91 of file MaterialProperty.h.
|
inline |
Definition at line 107 of file MaterialProperty.h.
| TextureDimensions Cogs::Core::TextureWithSampler::dimensions = TextureDimensions::Texture2D |
Expected dimensions of the texture property.
Definition at line 105 of file MaterialProperty.h.
Referenced by Cogs::Core::Material::addTextureProperty().
| SamplerState::FilterMode Cogs::Core::TextureWithSampler::filterMode = SamplerState::FilterMode::MinMagMipLinear |
Filter mode to use when rendering with this texture.
Definition at line 102 of file MaterialProperty.h.
Referenced by Cogs::Core::Material::addTextureProperty(), Cogs::Core::Material::setTextureFilterMode(), and Cogs::Core::MaterialInstance::setTextureFilterMode().
| TextureHandle Cogs::Core::TextureWithSampler::handle = TextureHandle::NoHandle |
Handle to a texture resource, or TextureHandle::NoHandle if texture should be disabled.
Definition at line 94 of file MaterialProperty.h.
Referenced by Cogs::Core::Material::addTextureProperty(), Cogs::Core::MaterialInstance::cloneMatchingProperties(), Cogs::Core::ModelSystem::getLoadProgress(), Cogs::Core::Material::setTextureProperty(), and Cogs::Core::ModelSystem::update().
| SamplerState::AddressMode Cogs::Core::TextureWithSampler::sMode = SamplerState::Wrap |
Address mode to use when rendering with this texture.
Definition at line 97 of file MaterialProperty.h.
Referenced by Cogs::Core::Material::addTextureProperty(), and Cogs::Core::Material::setTextureAddressMode().
| SamplerState::AddressMode Cogs::Core::TextureWithSampler::tMode = SamplerState::Wrap |
Definition at line 98 of file MaterialProperty.h.
| SamplerState::AddressMode Cogs::Core::TextureWithSampler::uMode = SamplerState::Wrap |
Definition at line 99 of file MaterialProperty.h.