summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_3d_layout.hpp')
-rw-r--r--src/vk/graphics_pipeline_3d_layout.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vk/graphics_pipeline_3d_layout.hpp b/src/vk/graphics_pipeline_3d_layout.hpp
index 10c8bd9..cb89b95 100644
--- a/src/vk/graphics_pipeline_3d_layout.hpp
+++ b/src/vk/graphics_pipeline_3d_layout.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 Frederico de Oliveira Linhares
+ * Copyright 2022-2023 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,8 @@ struct GraphicsPipeline3DLayout
{
VkDescriptorSetLayout descriptor_set_world;
VkDescriptorSetLayout descriptor_set_view;
- VkDescriptorSetLayout descriptor_set_model_instance;
+ VkDescriptorSetLayout descriptor_set_skeletal_model;
+ VkDescriptorSetLayout descriptor_set_static_model;
VkPipelineLayout pipeline;
VkRenderPass render_pass;