Compare commits

...

2 Commits

View File

@@ -5,7 +5,8 @@
///////////////////////////////////// /////////////////////////////////////
//~ nbr: Error reporting TODOs //~ nbr: Error reporting TODOs
// //
// [x] Improve error reporting on mismatched overloads when types don't match, but arity does // [ ] Add and error for using keywords as names, or rename the dx11 keywords in the resulting hlsl shader.
// [x] Improve error reporting on mismatched overloads when types don't match, but arity does.
// [x] Improve error reporting for type mismatches in general. It seems like the expect node is not always correct. // [x] Improve error reporting for type mismatches in general. It seems like the expect node is not always correct.
VERTEX_MAIN_FUNCTION_PREFIX :: "vertex"; VERTEX_MAIN_FUNCTION_PREFIX :: "vertex";