mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa/st: replace boolean declarations by bool
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
7fb47195d8
commit
78ba12f40f
1 changed files with 2 additions and 2 deletions
|
|
@ -179,10 +179,10 @@ struct st_fragment_program
|
|||
struct st_vp_variant_key
|
||||
{
|
||||
struct st_context *st; /**< variants are per-context */
|
||||
boolean passthrough_edgeflags;
|
||||
bool passthrough_edgeflags;
|
||||
|
||||
/** for ARB_color_buffer_float */
|
||||
boolean clamp_color;
|
||||
bool clamp_color;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue