summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_wired_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d_wired_layout.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d_wired_layout.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/vk/graphics_pipeline_2d_wired_layout.hpp b/src/vk/graphics_pipeline_2d_wired_layout.hpp
index 339aebe..f08aeaa 100644
--- a/src/vk/graphics_pipeline_2d_wired_layout.hpp
+++ b/src/vk/graphics_pipeline_2d_wired_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.
@@ -22,14 +22,8 @@
namespace VK
{
-struct UBOModel2D
-{
- glm::vec3 color;
-};
-
struct GraphicsPipeline2DWiredLayout
{
- VkDescriptorSetLayout descriptor_set_view;
VkPipelineLayout pipeline;
VkRenderPass render_pass;