#include <NBF.h>
Collaboration diagram for tweak_t:
Public Attributes | |
str_t | name |
Specifies the tweakable's name as it appears in the .fx source file. | |
uint_t | type |
Specifies the tweakable's value type enum as specified in the CgFX format. | |
uint_t | value |
str_t | strval |
Tweakables need to be considered in conjunction with NBFCgFx objects.
|
Specifies the tweakable's name as it appears in the .fx source file.
|
|
Specifies the tweakable's value type enum as specified in the CgFX format.
|
|
Specifies the file offset to a non-string value. This offset is not a valid offset for string type enums. The value's size results from its type enum. |
|
Specifies the string value in cases of string type enums. This is invalid for non-string type enums. |