Propagate depth and depth_block on modules using decoders
This commit is contained in:
parent
d4ae43f9c1
commit
e0ca938b22
8 changed files with 67 additions and 54 deletions
|
|
@ -141,6 +141,7 @@ static_assert(sizeof(TextureHandle) == 4, "TextureHandle has wrong size");
|
|||
|
||||
struct TICEntry {
|
||||
static constexpr u32 DefaultBlockHeight = 16;
|
||||
static constexpr u32 DefaultBlockDepth = 1;
|
||||
|
||||
union {
|
||||
u32 raw;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue