mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated docs.
This commit is contained in:
parent
23cd0f868b
commit
c0b62332d7
1 changed files with 2 additions and 1 deletions
|
@ -1550,9 +1550,10 @@ namespace bgfx
|
|||
///
|
||||
OcclusionQueryHandle createOcclusionQuery();
|
||||
|
||||
/// Retrieve occlusion query result.
|
||||
/// Retrieve occlusion query result from previous frame.
|
||||
///
|
||||
/// @param[in] _handle Handle to occlusion query object.
|
||||
/// @returns Occlusion query result.
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_get_result`.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue