Skip to content

Commit acba8b3

Browse files
authored
Add whip::device_reset (#7)
1 parent 99990c3 commit acba8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ set(whip_functions_section "// Functions")
7878
whip_add_function(whip_functions_section check_last_error "" GetLastError)
7979
whip_add_function(whip_functions_section device_get_stream_priority_range "int* least;int* greatest" DeviceGetStreamPriorityRange)
8080
whip_add_function(whip_functions_section device_synchronize "" DeviceSynchronize)
81+
whip_add_function(whip_functions_section device_reset "" DeviceReset)
8182
whip_add_function(whip_functions_section event_create "event_t* event" EventCreate)
8283
whip_add_function(whip_functions_section event_create_with_flags "event_t* event;unsigned flags" EventCreateWithFlags)
8384
whip_add_function(whip_functions_section event_destroy "event_t event" EventDestroy)

0 commit comments

Comments
 (0)