summaryrefslogtreecommitdiff
path: root/src/vrend_shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vrend_shader.h')
-rw-r--r--src/vrend_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vrend_shader.h b/src/vrend_shader.h
index be506cb..5d9bc17 100644
--- a/src/vrend_shader.h
+++ b/src/vrend_shader.h
@@ -63,6 +63,7 @@ struct vrend_shader_key {
bool gs_present;
bool flatshade;
float alpha_ref_val;
+ uint32_t cbufs_are_a8_bitmask;
};
struct vrend_shader_cfg {