Ignore pragma indentation

This commit is contained in:
Ricardo Matias
2020-03-09 11:00:05 +01:00
parent f4f02ffdbe
commit 45a8dfc55d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ object TestGlslify : Spek({
describe("should download shader with just the module's name") {
val shader = """#version 330
#pragma glslify: luma = require(glsl-luma)
#pragma glslify: luma = require(glsl-luma)
"""
val processed = preprocessGlslify(shader, glslifyPath = glslifyPath)