Cleanup: format

This commit is contained in:
2022-12-29 20:49:08 +13:00
parent 4e027fdde6
commit 8c194e1ba6
9 changed files with 12 additions and 10 deletions

View File

@@ -211,7 +211,8 @@ static std::ostream &operator<<(std::ostream &stream, const GPUOutput *output)
}
/* Trick type to change overload and keep a somewhat nice syntax. */
struct GPUConstant : public GPUInput {};
struct GPUConstant : public GPUInput {
};
/* Print data constructor (i.e: vec2(1.0f, 1.0f)). */
static std::ostream &operator<<(std::ostream &stream, const GPUConstant *input)