diff options
author | FernandoS27 <fsahmkow27@gmail.com> | 2018-10-23 03:50:03 +0200 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2018-10-23 21:08:00 +0200 |
commit | ed8ca608a040dbd50e9ade22f57cb9b3a350aa63 (patch) | |
tree | f1b13ff6c1f6034a699875d7b17f5a913003d398 /src/video_core/engines | |
parent | Merge pull request #1552 from FearlessTobi/port-4336 (diff) | |
download | yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar.gz yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar.bz2 yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar.lz yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar.xz yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.tar.zst yuzu-ed8ca608a040dbd50e9ade22f57cb9b3a350aa63.zip |
Diffstat (limited to 'src/video_core/engines')
-rw-r--r-- | src/video_core/engines/shader_bytecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index 6cd08d28b..af7756266 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h @@ -79,6 +79,7 @@ union Attribute { constexpr explicit Attribute(u64 value) : value(value) {} enum class Index : u64 { + PointSize = 6, Position = 7, Attribute_0 = 8, Attribute_31 = 39, |