Skip to content
Snippets Groups Projects
Verified Commit 44555c98 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#82] Fixed missing forward declaration

parent f6561ab7
No related branches found
No related tags found
1 merge request!70Resolve "Voxel cone tracing"
Pipeline #25970 passed
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
#include "vkcv/ImageConfig.hpp" #include "vkcv/ImageConfig.hpp"
namespace vkcv { namespace vkcv {
class ImageManager;
bool isDepthFormat(const vk::Format format); bool isDepthFormat(const vk::Format format);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment