X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=c645a60a442ec91a616060f11c55327e9a34d4f6;hb=a29cc14162e911b36d18d1d1896216697c7dc0c1;hp=86cb6b906181e7686d4230dbbe1b6fbeb9cb1556;hpb=fd103d76d7546f7e22aefc18c090a844fc67409f;p=libs%2Fgl.git diff --git a/source/programsyntax.h b/source/programsyntax.h index 86cb6b90..c645a60a 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -312,7 +312,6 @@ enum StageType struct Stage { StageType type; - bool present; Stage *previous; ProgramSyntax::Block content; std::map in_variables; @@ -324,9 +323,7 @@ struct Stage struct Module { Stage shared; - Stage vertex_stage; - Stage geometry_stage; - Stage fragment_stage; + std::list stages; Module(); };