![]() |
Public API Reference |
![]() |
Helper to write strings in an efficient way (each string once) More...
#include <csplugincommon/shader/shadercachehelper.h>
Public Member Functions | |
bool | EndUse () |
End string store usage. | |
uint32 | GetID (const char *string) |
Get an ID for a string. | |
bool | StartUse (iFile *file) |
Start using a string store. |
Helper to write strings in an efficient way (each string once)
Definition at line 97 of file shadercachehelper.h.
End string store usage.
uint32 CS::PluginCommon::ShaderCacheHelper::StringStoreWriter::GetID | ( | const char * | string | ) |
Get an ID for a string.
Start using a string store.
Strings will ultimatively be written to file. Call EndUse() after use.