Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct {
Unk00 [12]uint8
SectionMainSize uint32 // == size of ins[DataMain] - 0x18
SectionGPUSize uint32 // == size of ins[DataGPU]
Unk01 [4]uint8 // seems to always == 0x18
BaseMaterial stingray.Hash
Unk02 [32]uint8
NumTextures uint32
Unk03 [36]uint8
NumSettings uint32
Unk04 [28]uint8
}
type Material ¶
type SettingDefinition ¶ added in v0.5.26
type SettingsType ¶ added in v0.5.26
type SettingsType uint32
const ( SettingTypeScalar SettingsType = 0 SettingTypeVector2 SettingsType = 1 SettingTypeVector3 SettingsType = 2 SettingTypeVector4 SettingsType = 3 SettingTypeOther SettingsType = 12 )
Click to show internal directories.
Click to hide internal directories.