summaryrefslogtreecommitdiff
path: root/source/slang/reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/reflection.h')
-rw-r--r--source/slang/reflection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/slang/reflection.h b/source/slang/reflection.h
index 627ca8382..3eef47c6b 100644
--- a/source/slang/reflection.h
+++ b/source/slang/reflection.h
@@ -24,12 +24,12 @@ String emitReflectionJSON(
//
-SlangTypeKind getReflectionTypeKind(ExpressionType* type);
+SlangTypeKind getReflectionTypeKind(Type* type);
SlangTypeKind getReflectionParameterCategory(TypeLayout* typeLayout);
-UInt getReflectionFieldCount(ExpressionType* type);
-UInt getReflectionFieldByIndex(ExpressionType* type, UInt index);
+UInt getReflectionFieldCount(Type* type);
+UInt getReflectionFieldByIndex(Type* type, UInt index);
UInt getReflectionFieldByIndex(TypeLayout* typeLayout, UInt index);
}