mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed docs comment.
This commit is contained in:
parent
507af8c9f1
commit
43cbcce7b4
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ namespace bgfx
|
|||
/// BGFX_STATE_BLEND_INV_FACTOR blend modes.
|
||||
///
|
||||
/// NOTE:
|
||||
/// Use BGFX_STATE_ALPHA_REF, BGFX_STATE_BLEND_FUNC and
|
||||
/// Use BGFX_STATE_ALPHA_REF, BGFX_STATE_POINT_SIZE and
|
||||
/// BGFX_STATE_BLEND_FUNC macros to setup more complex states.
|
||||
void setState(uint64_t _state, uint32_t _rgba = UINT32_MAX);
|
||||
|
||||
|
|
Loading…
Reference in a new issue