mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
remove debug code
This commit is contained in:
@@ -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);
|
std::string name = basename + comp.get_member_name(type.self, uindex);
|
||||||
|
|
||||||
if (name == "Debug")
|
|
||||||
float x = 1.0f;
|
|
||||||
|
|
||||||
switch (memberType.basetype)
|
switch (memberType.basetype)
|
||||||
{
|
{
|
||||||
case SPIRType::Struct:
|
case SPIRType::Struct:
|
||||||
|
|||||||
Reference in New Issue
Block a user