GPU flags

FileFormatX

Total Size: 1 byte

Offset (bits)

Size (bits)

Name

Description

0

1

v0

Bit 0 (0x1)

1

1

add

Bit 1 (0x2): Affects fire/light blending

2

1

v2

Bit 2 (0x4)

3

1

v3

Bit 3 (0x8)

4

1

v4

Bit 4 (0x10)

5

1

v5

Bit 5 (0x20)

6

1

v6

Bit 6 (0x40)

7

1

v7

Bit 7 (0x80)

struct GpuFlags

Flags that affect how the triangles or quads are drawn.

Public Members

bool v0

Bit 0 (0x1)

bool add

Bit 1 (0x2): Second bit seems to affect fire/light blending.

bool v2

Bit 2 (0x4)

bool v3

Bit 3 (0x8)

bool v4

Bit 4 (0x10)

bool v5

Bit 5 (0x20)

bool v6

Bit 6 (0x40)

bool v7

Bit 7 (0x80)