https://github.com/wavestoweather/PCViewer.git
Raw File
Tip revision: e4a2a107c7790a4948783b0f8515ddf84afafc15 authored by Josef Stumpfegger on 24 November 2022, 12:56:34 UTC
Added links to the replicability video and dataset.
Tip revision: e4a2a10
LineBundles.cpp
#include "LineBundles.hpp"

VkDescriptorSetLayout LineBundles::vkDescriptorSetLayout = 0;
VkPipeline LineBundles::vkPipeline = 0;
VkPipelineLayout LineBundles::vkPipelineLayout = 0;
uint32_t LineBundles::pipelineCounter = 0;
back to top