Files
Ink-Shader-Language/test/parse_all.suite

34 lines
1.8 KiB
Plaintext

test/assign_arithmetic_expression.shd parse
test/basic_property_and_return_value.shd parse
test/complicated_computation.shd parse
test/constant_buffer.shd parse
test/empty_struct.shd parse
test/empty_vertex_main.shd parse
test/empty_vertex_main_with_position_parameter.shd parse
test/field_assignment.shd parse
test/field_without_type_specifier.shd parse
test/float_suffix.shd parse
test/function_call.shd parse
test/function_call_out_of_order_declaration.shd parse
test/function_call_return.shd parse
test/functions_with_same_name.shd parse
test/function_with_int_return.shd parse
test/meta_block.shd parse
test/multiple_functions.shd parse
test/multiple_semicolons_everywhere.shd parse
test/pass_and_access_struct_fields_in_functions.shd parse
test/passthrough.shd parse
test/property_rename.shd parse
test/redeclared_variable.shd parse
test/simple_struct_access.shd parse
test/struct_access_primitive_type.shd parse
test/struct_within_struct.shd parse
test/type_as_variable_name.shd parse
test/undeclared_function.shd parse
test/undeclared_symbol.shd parse
test/unknown_overload.shd parse
test/use_builtin_functions.shd parse
test/wrong_argument_count.shd parse
test/wrong_multiply.shd parse
test/wrong_type_for_function.shd parse