Cafu Engine
HL2mdl::vtfResourceT Struct Reference

Public Attributes

union {
   uint32_t   Type
 
   struct {
      uint8_t   ID [3]
 Resource ID. More...
 
      uint8_t   Flags
 Resource flags. More...
 
   } 
 
}; 
 
uint32_t Data
 Depending on the type, this can be the immediate resource data, e.g. More...
 

Member Data Documentation

uint32_t HL2mdl::vtfResourceT::Data

Depending on the type, this can be the immediate resource data, e.g.

a CRC, or the offset from start of the file to an uint32_t with the number of bytes, followed by the bytes.

uint8_t HL2mdl::vtfResourceT::Flags

Resource flags.

uint8_t HL2mdl::vtfResourceT::ID[3]

Resource ID.


The documentation for this struct was generated from the following file: