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

Renamed header to allow wider usage

parent bd8cbbb1
No related branches found
No related tags found
1 merge request!105Resolve "Refactor Core API"
......@@ -113,7 +113,7 @@ set(vkcv_sources
${vkcv_source}/vkcv/CommandStreamManager.hpp
${vkcv_source}/vkcv/CommandStreamManager.cpp
${vkcv_include}/vkcv/CommandRecordingFunctionTypes.hpp
${vkcv_include}/vkcv/EventFunctionTypes.hpp
${vkcv_include}/vkcv/Multisampling.hpp
${vkcv_source}/vkcv/Multisampling.cpp
......
......@@ -23,7 +23,7 @@
#include "DescriptorWrites.hpp"
#include "Event.hpp"
#include "DrawcallRecording.hpp"
#include "CommandRecordingFunctionTypes.hpp"
#include "EventFunctionTypes.hpp"
#include "DispatchSize.hpp"
#define VKCV_FRAMEWORK_NAME "VkCV"
......
......@@ -2,7 +2,7 @@
/**
* @authors Alexander Gauggel, Tobias Frisch
* @file vkcv/CommandRecordingFunctionTypes.hpp
* @brief Abstract function types to handle command recording.
* @brief Abstract function types to handle command recording for example.
*/
#include <vulkan/vulkan.hpp>
......
......@@ -4,7 +4,7 @@
#include <vector>
#include "vkcv/Event.hpp"
#include "vkcv/CommandRecordingFunctionTypes.hpp"
#include "vkcv/EventFunctionTypes.hpp"
#include "HandleManager.hpp"
......
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