gl_rasterizer_cache: Implement render to cubemap.
This commit is contained in:
parent
15cc729ebd
commit
f543b43fd0
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