summaryrefslogtreecommitdiff
path: root/src/vk/sprite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/sprite.hpp')
-rw-r--r--src/vk/sprite.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vk/sprite.hpp b/src/vk/sprite.hpp
index 5934501..791144e 100644
--- a/src/vk/sprite.hpp
+++ b/src/vk/sprite.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.
@@ -39,9 +39,6 @@ struct Sprite
SourceBuffer *source_buffer;
DestinationBuffer *vertex_buffer;
- VkDescriptorPool descriptor_pool;
- std::vector<VkDescriptorSet> descriptor_sets;
-
std::shared_ptr<Texture> texture;
Sprite(std::shared_ptr<Texture> texture, glm::vec4 &rect);