Skip to content

CleanupCR

Kay Steinhoff edited this page Oct 7, 2024 · 1 revision

void CleanupCR(void)

Parameters


Example

#include <cr.h>

int main(void)
{
    /* end of render loop/application */
    CleanupCR();
    return 0;
}

Clone this wiki locally