Skip to content
Snippets Groups Projects

Resolve "Shader Program Reflection"

Merged Ghost User requested to merge 36-shader-program-reflection into develop
3 files
+ 23
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -10,7 +10,7 @@
#include <iostream>
#include <filesystem>
#include <vulkan/vulkan.hpp>
#include <spirv_glsl.hpp>
#include <spirv_cross.hpp>
namespace vkcv {
Loading