aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-08-14 14:30:38 +0200
committerGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-08-25 22:03:18 +0200
commitf37e39deb9abe88b4874ebc2889ed52e02ed9c13 (patch)
treebbced32a26ee671ffb69de1c42492fc13b8f6724 /src/video_core/pica.h
parent6ea003c7b5ec97d0a754197654cdf6e7fccdba24 (diff)
Pica: Add debug utilities for dumping shaders.
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 64083014..fe886c16 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -57,7 +57,7 @@ struct Regs {
INSERT_PADDING_WORDS(0x1);
- union {
+ union VSOutputAttributes {
// Maps components of output vertex attributes to semantics
enum Semantic : u32
{