mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Updated docs.
This commit is contained in:
parent
12e530a317
commit
d181a848f7
1 changed files with 3 additions and 0 deletions
|
@ -822,6 +822,9 @@ namespace bgfx
|
|||
/// @param _height Window back buffer height.
|
||||
/// @param _depthFormat Window back buffer depth format.
|
||||
///
|
||||
/// NOTE:
|
||||
/// Frame buffer cannnot be used for sampling.
|
||||
///
|
||||
FrameBufferHandle createFrameBuffer(void* _nwh, uint16_t _width, uint16_t _height, TextureFormat::Enum _depthFormat = TextureFormat::UnknownDepth);
|
||||
|
||||
/// Destroy frame buffer.
|
||||
|
|
Loading…
Reference in a new issue