File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4471,7 +4471,6 @@ static void pgraph_bind_shaders(PGRAPHState *pg)
44714471 state .ambient_src = (enum MaterialColorSource )GET_MASK (pg -> regs [NV_PGRAPH_CSV0_C ], NV_PGRAPH_CSV0_C_AMBIENT );
44724472 state .diffuse_src = (enum MaterialColorSource )GET_MASK (pg -> regs [NV_PGRAPH_CSV0_C ], NV_PGRAPH_CSV0_C_DIFFUSE );
44734473 state .specular_src = (enum MaterialColorSource )GET_MASK (pg -> regs [NV_PGRAPH_CSV0_C ], NV_PGRAPH_CSV0_C_SPECULAR );
4474- state .material_alpha = pg -> material_alpha ;
44754474 }
44764475
44774476 /* vertex program stuff */
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ typedef struct ShaderState {
7878 enum MaterialColorSource diffuse_src ;
7979 enum MaterialColorSource specular_src ;
8080
81- float material_alpha ;
82-
8381 bool lighting ;
8482 enum VshLight light [NV2A_MAX_LIGHTS ];
8583
You can’t perform that action at this time.
0 commit comments