#include <NBF.h>
Inheritance diagram for NBFTextureAttribute:
Public Attributes | |
uint_t | numBindings |
Specifies the number of contained texture bindings. More... | |
uint_t | bindings |
Specifies the file offset to the texture bindings. Texture bindings in the NBF format are stored as texBinding_t objects. More... |
The object code for a NBFTextureAttribute is NBF_TEXTURE_ATTRIBUTE.
|
Specifies the number of contained texture bindings.
|
|
Specifies the file offset to the texture bindings. Texture bindings in the NBF format are stored as texBinding_t objects.
|