summaryrefslogtreecommitdiffstats
path: root/source/slang/reflection.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-10-13 18:14:42 -0700
committerGitHub <noreply@github.com>2017-10-13 18:14:42 -0700
commit64ddefb90cf440df7879d1f2f9cc61de71e0f181 (patch)
tree03d113b2e58c9e232021df38350744226600f79c /source/slang/reflection.h
parent575230b93370fea86ecccb53fba73927280e917b (diff)
Move reflection JSON generation into separate text fixture (#211)
Move reflection JSON generation into separate test fixture
Diffstat (limited to 'source/slang/reflection.h')
-rw-r--r--source/slang/reflection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/reflection.h b/source/slang/reflection.h
index 3eef47c6b..6c0b39564 100644
--- a/source/slang/reflection.h
+++ b/source/slang/reflection.h
@@ -19,9 +19,6 @@ typedef uint64_t UInt64;
class ProgramLayout;
class TypeLayout;
-String emitReflectionJSON(
- ProgramLayout* programLayout);
-
//
SlangTypeKind getReflectionTypeKind(Type* type);