File tree 2 files changed +0
-3
lines changed
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)
4471
4471
state .ambient_src = (enum MaterialColorSource )GET_MASK (pg -> regs [NV_PGRAPH_CSV0_C ], NV_PGRAPH_CSV0_C_AMBIENT );
4472
4472
state .diffuse_src = (enum MaterialColorSource )GET_MASK (pg -> regs [NV_PGRAPH_CSV0_C ], NV_PGRAPH_CSV0_C_DIFFUSE );
4473
4473
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 ;
4475
4474
}
4476
4475
4477
4476
/* vertex program stuff */
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ typedef struct ShaderState {
78
78
enum MaterialColorSource diffuse_src ;
79
79
enum MaterialColorSource specular_src ;
80
80
81
- float material_alpha ;
82
-
83
81
bool lighting ;
84
82
enum VshLight light [NV2A_MAX_LIGHTS ];
85
83
You can’t perform that action at this time.
0 commit comments