diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-03-27 04:59:58 -0300 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:24 -0400 |
commit | dbd882ddeb1a1a9233c0085d0b8ccb022db385b2 (patch) | |
tree | 5a8456364cc41a0a53acf93e22e3f9ce855bd413 /src/shader_recompiler/profile.h | |
parent | 675a82416d7775dc7a252a5d8f5b704e6b8f2326 (diff) |
shader: Better interpolation and disabled attributes support
Diffstat (limited to 'src/shader_recompiler/profile.h')
-rw-r--r-- | src/shader_recompiler/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index 41550bfc63..e260477511 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h @@ -14,6 +14,7 @@ enum class AttributeType : u8 { Float, SignedInt, UnsignedInt, + Disabled, }; struct Profile { |