Skip to content

Commit

Permalink
ShaderCompiler: remove extraneous forward declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosua20 committed Sep 10, 2024
1 parent 91e5503 commit c8e30b5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/engine/graphics/ShaderCompiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
#include "graphics/GPUObjects.hpp"
#include "Common.hpp"

// Forward declarations
namespace spirv_cross {
struct SPIRType;
}

/**
\brief Relies on glslang to compile GLSL shaders to SPIR-V and generate reflection data.
\brief Relies on glslang to compile GLSL shaders to SPIR-V and SPIRV-Cross to generate reflection data.
\ingroup Graphics
*/
class ShaderCompiler {
Expand Down

0 comments on commit c8e30b5

Please sign in to comment.