Files
Ink-Shader-Language/test/compile_all.suite
2024-06-09 21:34:23 +02:00

20 lines
1.2 KiB
Plaintext

test/assign_arithmetic_expression.shd compile
test/basic_property_and_return_value.shd compile
test/complicated_computation.shd compile
test/empty_struct.shd compile
test/empty_vertex_main.shd compile
test/empty_vertex_main_with_position_parameter.shd compile
test/field_assignment.shd compile
test/float_suffix.shd compile
test/function_call.shd compile
test/function_call_out_of_order_declaration.shd compile
test/function_call_return.shd compile
test/functions_with_same_name.shd compile
test/meta_block.shd compile
test/multiple_functions.shd compile
test/multiple_semicolons_everywhere.shd compile
test/pass_and_access_struct_fields_in_functions.shd compile
test/passthrough.shd compile
test/simple_struct_access.shd compile
test/struct_within_struct.shd compile
test/use_builtin_functions.shd compile