Document bgfx::touch.
This commit is contained in:
parent
0e301ab49d
commit
97aacdcdcf
@ -2361,7 +2361,14 @@ namespace bgfx
|
||||
, uint32_t _flags = UINT32_MAX
|
||||
);
|
||||
|
||||
/// Touch view.
|
||||
/// Submit an empty primitive for rendering. Uniforms and draw state
|
||||
/// will be applied but no geometry will be submitted.
|
||||
///
|
||||
/// These empty draw calls will sort before ordinary draw calls.
|
||||
///
|
||||
/// @param[in] _id View id.
|
||||
/// @returns Number of draw calls.
|
||||
///
|
||||
uint32_t touch(uint8_t _id);
|
||||
|
||||
/// Submit primitive for rendering.
|
||||
|
Loading…
Reference in New Issue
Block a user