This commit is contained in:
Branimir Karadžić 2016-11-01 19:24:24 -07:00
parent eaa73c9b2e
commit 3a5d05759d

View File

@ -1098,7 +1098,7 @@ namespace bgfx
/// can pass `ReleaseFn` function pointer to release this memory after it's
/// consumed, or you must make sure data is available for at least 2
/// `bgfx::frame` calls. `ReleaseFn` function must be able to be called
/// called from any thread.
/// from any thread.
///
/// @attention C99 equivalent are `bgfx_make_ref`, `bgfx_make_ref_release`.
///