This commit is contained in:
Lander Gallastegi 2025-03-12 20:20:53 +01:00 committed by Lander Gallastegi
parent 85b44af270
commit 21aeccad36

View File

@ -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_>