|
std::string | Path {} |
|
std::string | Name {} |
|
uint32_t | Width = 1 |
|
uint32_t | Height = 1 |
|
bool | bGenerateMips = true |
|
bool | bFlipVertical = false |
|
EImageFormat | Format = EImageFormat::RGBA |
|
ETextureWrap | SamplerWrap = ETextureWrap::Clamp |
|
ETextureFilter | SamplerFilter = ETextureFilter::Linear |
|
ETextureUniformType | UniformType = ETextureUniformType::Diffuse |
|
bool | bStorage = false |
|
bool | bStoreLocally = false |
|
bool | bUseReadDimensions = false |
|
std::string | DebugName {} |
|
◆ bUseReadDimensions
bool LkEngine::FTextureSpecification::bUseReadDimensions = false |
Use the dimensions from the texture file instead of the specified width and height.
The documentation for this struct was generated from the following file:
- LkEngine/Source/LkEngine/Renderer/Image.h