|
union { | |
|
u32 proctex0 | |
|
struct { | |
|
u32 uClamp: 3 | |
|
u32 vClamp: 3 | |
|
u32 rgbFunc: 4 | |
|
u32 alphaFunc: 4 | |
|
bool alphaSeparate: 1 | |
|
bool enableNoise: 1 | |
|
u32 uShift: 2 | |
|
u32 vShift: 2 | |
|
u32 lodBiasLow: 8 | |
|
} | | |
|
}; | | |
|
union { | |
|
u32 proctex1 | |
|
struct { | |
|
u16 uNoiseAmpl | |
|
u16 uNoisePhase | |
|
} | | |
|
}; | | |
|
union { | |
|
u32 proctex2 | |
|
struct { | |
|
u16 vNoiseAmpl | |
|
u16 vNoisePhase | |
|
} | | |
|
}; | | |
|
union { | |
|
u32 proctex3 | |
|
struct { | |
|
u16 uNoiseFreq | |
|
u16 vNoiseFreq | |
|
} | | |
|
}; | | |
|
union { | |
|
u32 proctex4 | |
|
struct { | |
|
u32 minFilter: 3 | |
|
u32 unknown1: 8 | |
|
u32 width: 8 | |
|
u32 lodBiasHigh: 8 | |
|
} | | |
|
}; | | |
|
union { | |
|
u32 proctex5 | |
|
struct { | |
|
u32 offset: 8 | |
|
u32 unknown2: 24 | |
|
} | | |
|
}; | | |
|
The documentation for this struct was generated from the following file: