File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ set(whip_functions_section "// Functions")
7878whip_add_function (whip_functions_section check_last_error "" GetLastError )
7979whip_add_function (whip_functions_section device_get_stream_priority_range "int* least;int* greatest" DeviceGetStreamPriorityRange )
8080whip_add_function (whip_functions_section device_synchronize "" DeviceSynchronize )
81+ whip_add_function (whip_functions_section device_reset "" DeviceReset )
8182whip_add_function (whip_functions_section event_create "event_t* event" EventCreate )
8283whip_add_function (whip_functions_section event_create_with_flags "event_t* event;unsigned flags" EventCreateWithFlags )
8384whip_add_function (whip_functions_section event_destroy "event_t event" EventDestroy )
You can’t perform that action at this time.
0 commit comments