https://github.com/shader-slang/slang
Raw File
Tip revision: 47d0e8abe4f2fe3c2eede35079676210d1db0b1a authored by Yong He on 29 June 2023, 21:23:35 UTC
Small fixes to GLSL-legalize and func-property prop. (#2950)
Tip revision: 47d0e8a
slang-ast-modifier.cpp
// slang-ast-modifier.cpp
#include "slang-ast-modifier.h"
#include "slang-ast-expr.h"

namespace Slang
{

} // namespace Slang
back to top