mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
Typo
This commit is contained in:
parent
85b44af270
commit
21aeccad36
@ -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…
Reference in New Issue
Block a user