#include <NBF.h>
Inheritance diagram for NBFCgFx:
Public Member Functions | |
PADDING (4) | |
Padding bits to ensure the size of NBFCgFx is a multiple of 8, regardless of packing. | |
Public Attributes | |
str_t | file |
Specifies the name of the corresponding CgFX source file. | |
uint_t | numTweaks |
Specifies the number of tweakable parameters available for the effect. | |
uint_t | tweaks |
uint_t | currTech |
Specifies the index of the current technique use with rendering. |
The object code for a NBFCgFx is NBF_CGFX.
|
Padding bits to ensure the size of NBFCgFx is a multiple of 8, regardless of packing.
Reimplemented from NBFObject. |
|
Specifies the name of the corresponding CgFX source file.
|
|
Specifies the number of tweakable parameters available for the effect.
|
|
Specifies the file offset to the tweakables. Tweakables in the NBF format are stored as tweak_t objects. |
|
Specifies the index of the current technique use with rendering.
|