rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch]
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#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"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#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"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#define SLANG_STORAGE_H
|
||||
|
||||
#include "slang_compile.h"
|
||||
#include "slang_assemble_typeinfo.h"
|
||||
#include "slang_typeinfo.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "imports.h"
|
||||
#include "slang_assemble_typeinfo.h"
|
||||
#include "slang_typeinfo.h"
|
||||
#include "slang_compile.h"
|
||||
#include "slang_error.h"
|
||||
#include "prog_instruction.h"
|
||||
|
||||
+1
-1
@@ -166,7 +166,7 @@ SHADER_SOURCES = \
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user