diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-04-16 01:55:06 -0300 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:27 -0400 |
| commit | b0f1255c8cb800e9f336be66b3f16c3d958673d2 (patch) | |
| tree | d5c63390c37b32b8ef188b6ce2db9111a9585661 /src/shader_recompiler/shader_info.h | |
| parent | 183855e396cc6918d36fbf3e38ea426e934b4e3e (diff) | |
shader: Implement PrimitiveId
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index 4dbf9ed12..d6cde1596 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h @@ -107,6 +107,7 @@ struct Info { std::array<bool, 30> uses_patches{}; std::array<InputVarying, 32> input_generics{}; + bool loads_primitive_id{}; bool loads_position{}; bool loads_instance_id{}; bool loads_vertex_id{}; |
