summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_loader.h
diff options
context:
space:
mode:
authorHenrik Rydgard <hrydgard@gmail.com>2016-04-28 21:43:49 +0200
committerHenrik Rydgard <hrydgard@gmail.com>2016-04-28 22:21:39 +0200
commit251f29dd7fa530997cd6d27a8db28c4a39efd127 (patch)
tree186abc57e94e88f8d52b9f1410a223fcd37ce27d /src/video_core/vertex_loader.h
parentDon't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached). (diff)
downloadyuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar.gz
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar.bz2
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar.lz
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar.xz
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.tar.zst
yuzu-251f29dd7fa530997cd6d27a8db28c4a39efd127.zip
Diffstat (limited to 'src/video_core/vertex_loader.h')
-rw-r--r--src/video_core/vertex_loader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/vertex_loader.h b/src/video_core/vertex_loader.h
index 40c5e83c9..7267ea9c6 100644
--- a/src/video_core/vertex_loader.h
+++ b/src/video_core/vertex_loader.h
@@ -47,7 +47,6 @@ private:
u32 vertex_attribute_strides[16] = {};
Regs::VertexAttributeFormat vertex_attribute_formats[16] = {};
u32 vertex_attribute_elements[16] = {};
- u32 vertex_attribute_element_size[16] = {};
bool vertex_attribute_is_default[16];
int num_total_attributes;
};