mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement TXQ and fix FragDepth
This commit is contained in:
parent
4cd2c1588b
commit
e4ba306750
15 changed files with 264 additions and 21 deletions
|
@ -239,6 +239,7 @@ public:
|
|||
const F32& dref, const F32& lod,
|
||||
const Value& offset, const F32& lod_clamp,
|
||||
TextureInstInfo info);
|
||||
[[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod);
|
||||
|
||||
[[nodiscard]] Value ImageGather(const Value& handle, const Value& coords, const Value& offset,
|
||||
const Value& offset2, TextureInstInfo info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue