mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 14:12:33 -07:00
gl_rasterizer_cache: Implement render to cubemap.
This commit is contained in:
@@ -165,6 +165,8 @@ struct TICEntry {
|
||||
|
||||
// High 16 bits of the pitch value
|
||||
BitField<0, 16, u32> pitch_high;
|
||||
|
||||
BitField<28, 4, u32> max_mip_level;
|
||||
};
|
||||
union {
|
||||
BitField<0, 16, u32> width_minus_1;
|
||||
|
Reference in New Issue
Block a user