aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipeline.h')
-rw-r--r--src/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pipeline.h b/src/pipeline.h
index a13347c..e874613 100644
--- a/src/pipeline.h
+++ b/src/pipeline.h
@@ -271,6 +271,7 @@ class Pipeline {
std::vector<BufferInfo> color_attachments_;
std::vector<BufferInfo> vertex_buffers_;
std::vector<BufferInfo> buffers_;
+ std::vector<std::unique_ptr<type::Type>> types_;
std::vector<std::unique_ptr<Format>> formats_;
BufferInfo depth_buffer_;
BufferInfo push_constant_buffer_;