[Mesa-dev] [RFC PATCH 03/56] mesa/main: Add tessellation shader structs

Chris Forbes chrisf at ijw.co.nz
Sat Sep 20 20:00:02 PDT 2014


> +struct gl_tess_eval_program_state
> +{
> +   GLboolean Enabled;               /**< GL_ARB_TESSELLATION_SHADER */
> +   GLboolean _Enabled;              /**< Enabled and valid program? */
> +   struct gl_tess_eval_program *Current;  /**< user-bound tessellation control program */

Will s/control/evaluation/ here


More information about the mesa-dev mailing list