shader: Implement TMML partially
This commit is contained in:
parent
613b48c4a2
commit
be3e94ae55
6 changed files with 137 additions and 13 deletions
|
@ -255,7 +255,8 @@ public:
|
|||
TextureInstInfo info);
|
||||
[[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod);
|
||||
|
||||
[[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords);
|
||||
[[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords,
|
||||
TextureInstInfo info);
|
||||
|
||||
[[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