Torque3D Documentation / _generateds / ISamplerBackend

ISamplerBackend

Engine/source/util/sampler.cpp

A sampler backend is responsible for storing the actual sampling data.

More...

Public Functions

bool
init(const char * location)
sample(U32 key, bool value)
sample(U32 key, const char * value)
sample(U32 key, F32 value)
sample(U32 key, S32 value)

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