Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
Compare and Show latest version
4 files
+ 73
55
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 0
2
@@ -78,8 +78,6 @@ namespace vkcv
event_handle<int,int> e_resizeHandle;
static std::vector<vk::ImageView> createSwapchainImageViews( Context &context, Swapchain& swapChain);
public:
/**
* Destructor of #Core destroys the Vulkan objects contained in the core's context.
Loading