mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 14:17:51 +00:00
gl_rasterizer_cache: Implement render to cubemap.
This commit is contained in:
parent
977f2bafa7
commit
84375d04ee
3 changed files with 219 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue