aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sokol_gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h
index e4561bc2..539dec2d 100644
--- a/sokol_gfx.h
+++ b/sokol_gfx.h
@@ -1709,7 +1709,7 @@
sg_buffer buf = sg_make_buffer(...)
if (sg_query_buffer_state(buf) == SG_RESOURCESTATE_VALID) {
- // creating the resource has failed
+ // creating the resource has succeeded
}
When calling the 'make functions', the created resource goes through a number