shader: Implement TEXS
This commit is contained in:
parent
71f96fa636
commit
17a82b56d7
8 changed files with 287 additions and 7 deletions
|
@ -115,6 +115,9 @@ public:
|
|||
[[nodiscard]] U32 PackFloat2x16(const Value& vector);
|
||||
[[nodiscard]] Value UnpackFloat2x16(const U32& value);
|
||||
|
||||
[[nodiscard]] U32 PackHalf2x16(const Value& vector);
|
||||
[[nodiscard]] Value UnpackHalf2x16(const U32& value);
|
||||
|
||||
[[nodiscard]] F64 PackDouble2x32(const Value& vector);
|
||||
[[nodiscard]] Value UnpackDouble2x32(const F64& value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue