[GPU] Add color_exp_bias to push constants.

This commit is contained in:
gibbed
2018-05-19 14:39:32 -05:00
parent 16e33cf123
commit 77b097098d
2 changed files with 93 additions and 58 deletions

View File

@@ -36,7 +36,8 @@ struct SpirvPushConstants {
float point_size[4]; // psx, psy, unused, unused
// Accessible to fragment shader only:
float alpha_test[4]; // alpha test enable, func, ref, ?
float alpha_test[3]; // alpha test enable, func, ref
float color_exp_bias;
uint32_t ps_param_gen;
};
static_assert(sizeof(SpirvPushConstants) <= 128,