Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeinikei committed Oct 9, 2023
1 parent 2749209 commit 88f6bb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/graphics/vulkan/Shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,6 @@ void Shader::buildLocalUniforms(spirv_cross::Compiler &comp, const spirv_cross::

std::string name = basename + comp.get_member_name(type.self, uindex);

if (name == "Debug")
float x = 1.0f;

switch (memberType.basetype)
{
case SPIRType::Struct:
Expand Down

0 comments on commit 88f6bb8

Please sign in to comment.