Unverified Commit 8d00dcb4 by Rémi Verschelde Committed by GitHub

Merge pull request #35670 from clayjohn/material-flag-cache

Add an extra bit to material flag cache
parents 11d28b2d ec4d606e
......@@ -249,7 +249,7 @@ private:
uint64_t blend_mode : 2;
uint64_t depth_draw_mode : 2;
uint64_t cull_mode : 2;
uint64_t flags : 18;
uint64_t flags : 19;
uint64_t detail_blend_mode : 2;
uint64_t diffuse_mode : 3;
uint64_t specular_mode : 3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment