diff options
Diffstat (limited to 'src/blu_cat/gra/renderer.hpp')
-rw-r--r-- | src/blu_cat/gra/renderer.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blu_cat/gra/renderer.hpp b/src/blu_cat/gra/renderer.hpp index 0a3d15f..82948cb 100644 --- a/src/blu_cat/gra/renderer.hpp +++ b/src/blu_cat/gra/renderer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 Frederico de Oliveira Linhares + * Copyright 2022-2025 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. @@ -51,6 +51,7 @@ struct Renderer std::vector<std::vector<std::shared_ptr<Sprite3D>>> sprites_3d_to_draw; VkDescriptorPool descriptor_pool; + VkClearColorValue clear_screen_color; std::vector<std::shared_ptr<View2D>> views_2d; std::vector<std::shared_ptr<View3D>> views_3d; QueueFamily *queue_family; |