mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-29 05:35:37 +00:00
Typo
This commit is contained in:
parent
948c1cd1f1
commit
81250a64de
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
namespace Shader::IR {
|
||||
|
||||
// Live IR::Value but can only hold immediate values. Additionally, can hold vectors of values.
|
||||
// Like IR::Value but can only hold immediate values. Additionally, can hold vectors of values.
|
||||
// Has arithmetic operations defined for it. Usefull for computing a value at shader compile time.
|
||||
|
||||
template <IR::Type type_, bool is_signed_>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue