mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 00:17:57 -05:00
video_code: support rectangle texture
This commit is contained in:
@ -315,6 +315,8 @@ public:
|
||||
const F32& dref, const F32& lod,
|
||||
const Value& offset, TextureInstInfo info);
|
||||
[[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod);
|
||||
[[nodiscard]] Value ImageQueryDimension(const Value& handle, const IR::U32& lod,
|
||||
TextureInstInfo info);
|
||||
|
||||
[[nodiscard]] Value ImageQueryLod(const Value& handle, const Value& coords,
|
||||
TextureInstInfo info);
|
||||
|
Reference in New Issue
Block a user