File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pub fn render() void {
4444pub fn prepareDrawData (
4545 command_buffer : * const anyopaque , // SDL_GPUCommandBuffer
4646) void {
47- Imgui_ImplSDLGPU3_PrepareDrawData (gui .getDrawData (), command_buffer );
47+ ImGui_ImplSDLGPU3_PrepareDrawData (gui .getDrawData (), command_buffer );
4848}
4949
5050pub fn renderDrawData (
@@ -65,7 +65,7 @@ pub fn renderDrawData(
6565extern fn ImGui_ImplSDLGPU3_Init (info : * const anyopaque ) bool ;
6666extern fn ImGui_ImplSDLGPU3_Shutdown () void ;
6767extern fn ImGui_ImplSDLGPU3_NewFrame () void ;
68- extern fn Imgui_ImplSDLGPU3_PrepareDrawData (
68+ extern fn ImGui_ImplSDLGPU3_PrepareDrawData (
6969 draw_data : * const anyopaque ,
7070 command_buffer : * const anyopaque , // SDL_GPUCommandBuffer
7171) void ;
You can’t perform that action at this time.
0 commit comments