mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement ImageGradient
This commit is contained in:
parent
d523cd563c
commit
be5936dea2
8 changed files with 84 additions and 2 deletions
|
@ -39,6 +39,7 @@ union TextureInstInfo {
|
|||
BitField<9, 1, u32> has_lod_clamp;
|
||||
BitField<10, 1, u32> relaxed_precision;
|
||||
BitField<11, 2, u32> gather_component;
|
||||
BitField<13, 2, u32> num_derivates;
|
||||
};
|
||||
static_assert(sizeof(TextureInstInfo) <= sizeof(u32));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue