diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv50/nv50_program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_program.h b/src/gallium/drivers/nouveau/nv50/nv50_program.h index 75de007e4d2..8c1b3270e03 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_program.h +++ b/src/gallium/drivers/nouveau/nv50/nv50_program.h @@ -89,7 +89,7 @@ struct nv50_program { struct { uint32_t vert_count; uint8_t prim_type; /* point, line strip or tri strip */ - bool has_layer; + uint8_t has_layer; ubyte layerid; /* hw value of layer output */ } gp; |