diff options
Diffstat (limited to 'sokol_fetch.h')
| -rw-r--r-- | sokol_fetch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index c2bca921..1ac8c9e7 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -93,8 +93,8 @@ } }); - When initialization from a 'value type', the buffer item can be initialized with - the SFETCH_RANGE() helper macro: + If 'buf' is a value (e.g. an array or struct item), the .buffer item can + be initialized with the SFETCH_RANGE() helper macro: sfetch_send(&(sfetch_request_t){ .path = "my_file.txt", |