// Example demonstrating basic RAL usage by rendering a triangle #include int main() { Core_Bringup("Celeritas Example: Triangle", NULL); return 0; }