ISamplerBackend
Engine/source/util/sampler.cpp
A sampler backend is responsible for storing the actual sampling data.
Public Functions
Detailed Description
A sampler backend is responsible for storing the actual sampling data.
Public Functions
~ISamplerBackend()
beginFrame()
Reimplemented by: CSVSamplerBackend
endFrame()
Reimplemented by: CSVSamplerBackend
init(const char * location)
Reimplemented by: CSVSamplerBackend
sample(U32 key, bool value)
Reimplemented by: CSVSamplerBackend
sample(U32 key, const char * value)
Reimplemented by: CSVSamplerBackend
sample(U32 key, F32 value)
Reimplemented by: CSVSamplerBackend
sample(U32 key, S32 value)
Reimplemented by: CSVSamplerBackend