~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/main/shaderobj.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
{
104
104
   shader->RefCount = 1;
105
105
   shader->info.Geom.VerticesOut = -1;
106
 
   shader->info.Geom.InputType = SHADER_PRIM_TRIANGLES;
107
 
   shader->info.Geom.OutputType = SHADER_PRIM_TRIANGLE_STRIP;
 
106
   shader->info.Geom.InputType = MESA_PRIM_TRIANGLES;
 
107
   shader->info.Geom.OutputType = MESA_PRIM_TRIANGLE_STRIP;
108
108
}
109
109
 
110
110
/**