Skip to content

Commit

Permalink
sokol_gfx_imgui.h: add SG_BUFFERTYPE_STORAGEBUFFER
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Apr 3, 2024
1 parent e8c89c7 commit 6549864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/sokol_gfx_imgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,7 @@ _SOKOL_PRIVATE const char* _sgimgui_buffertype_string(sg_buffer_type t) {
switch (t) {
case SG_BUFFERTYPE_VERTEXBUFFER: return "SG_BUFFERTYPE_VERTEXBUFFER";
case SG_BUFFERTYPE_INDEXBUFFER: return "SG_BUFFERTYPE_INDEXBUFFER";
case SG_BUFFERTYPE_STORAGEBUFFER: return "SG_BUFFERTYPE_STORAGEBUFFER";
default: return "???";
}
}
Expand Down

0 comments on commit 6549864

Please sign in to comment.