Skip to content
Snippets Groups Projects

Resolve "Mesh Shader Implementation"

Merged Ghost User requested to merge 87-mesh-shader-implementation into develop
4 files
+ 26
2
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 19356f9a
    [#87] Fetching the function pointer to relevant mesh shading draw commands... · 19356f9a
    Artur Wasmut authored
    [#87] Fetching the function pointer to relevant mesh shading draw commands now. Also, it compiles. GGWP vulkan.hpp for not being able to use extensions properly.
+ 1
0
@@ -3,6 +3,7 @@
#include <vulkan/vulkan.hpp>
#include "QueueManager.hpp"
#include "DrawcallRecording.hpp"
namespace vkcv
{
Loading