mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Handle custom samplers
This commit is contained in:
@ -950,6 +950,15 @@ namespace IW4
|
||||
TEXTURE_SRC_CODE_COUNT
|
||||
};
|
||||
|
||||
enum CustomSamplers
|
||||
{
|
||||
CUSTOM_SAMPLER_REFLECTION_PROBE = 0x0,
|
||||
CUSTOM_SAMPLER_LIGHTMAP_PRIMARY = 0x1,
|
||||
CUSTOM_SAMPLER_LIGHTMAP_SECONDARY = 0x2,
|
||||
|
||||
CUSTOM_SAMPLER_COUNT
|
||||
};
|
||||
|
||||
struct CodeSamplerSource
|
||||
{
|
||||
const char* name;
|
||||
|
Reference in New Issue
Block a user