Standardizing Shader Buffers a bit more

This commit is contained in:
2023-07-23 22:28:50 -07:00
parent 427be68e63
commit 34ff460343
12 changed files with 96 additions and 33 deletions

View File

@ -6,4 +6,6 @@
#pragma once
#define MACRO_STRINGIFY_RAW(x) #x
#define MACRO_STRINGIFY(x) MACRO_STRINGIFY_RAW(x)
#define MACRO_STRINGIFY(x) MACRO_STRINGIFY_RAW(x)
#define MACRO_JOIN(x, y) x ## y