Pyrogenesis
13997
|
Output handler to collect NVTT's output into a simplistic buffer. More...
Public Member Functions | |
virtual void | beginImage (int size, int width, int height, int depth, int face, int miplevel) |
virtual bool | writeData (const void *data, int size) |
Public Attributes | |
std::vector< u8 > | buffer |
Output handler to collect NVTT's output into a simplistic buffer.
WARNING: Used in the worker thread - must be thread-safe.
Definition at line 40 of file TextureConverter.cpp.
|
inlinevirtual |
Definition at line 44 of file TextureConverter.cpp.
|
inlinevirtual |
Definition at line 48 of file TextureConverter.cpp.
std::vector<u8> BufferOutputHandler::buffer |
Definition at line 42 of file TextureConverter.cpp.