#include "imports.h"
#include "macros.h"
-#include "slang_assemble_typeinfo.h"
+#include "slang_typeinfo.h"
#include "slang_codegen.h"
#include "slang_compile.h"
#include "slang_storage.h"
#include "imports.h"
#include "mtypes.h"
-#include "slang_assemble_typeinfo.h"
+#include "slang_typeinfo.h"
#include "slang_compile_variable.h"
#include "slang_compile_struct.h"
#include "slang_compile_operation.h"
#define SLANG_STORAGE_H
#include "slang_compile.h"
-#include "slang_assemble_typeinfo.h"
+#include "slang_typeinfo.h"
#if defined __cplusplus
extern "C" {
*/
#include "imports.h"
-#include "slang_assemble_typeinfo.h"
+#include "slang_typeinfo.h"
#include "slang_compile.h"
#include "slang_error.h"
#include "prog_instruction.h"
shader/shader_api.c \
SLANG_SOURCES = \
- shader/slang/slang_assemble_typeinfo.c \
+ shader/slang/slang_typeinfo.c \
shader/slang/slang_codegen.c \
shader/slang/slang_compile.c \
shader/slang/slang_compile_function.c \