LkEngine 0.1.2
 
Loading...
Searching...
No Matches
LkEngine::FTextureSpecification Struct Reference

Public Attributes

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 {}
 

Member Data Documentation

◆ 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: