mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 03:47:07 -05:00
Cleanup.
This commit is contained in:
parent
28301cf2e5
commit
f7c98fc7d3
1 changed files with 4 additions and 1 deletions
|
@ -532,6 +532,9 @@ namespace bgfx
|
||||||
bool cubeMap; //!< Texture is cubemap.
|
bool cubeMap; //!< Texture is cubemap.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// Frame buffer texture attachemnt info.
|
||||||
|
///
|
||||||
|
/// @attention C99 equivalent is `bgfx_attachment_t`.
|
||||||
///
|
///
|
||||||
struct Attachment
|
struct Attachment
|
||||||
{
|
{
|
||||||
|
@ -1481,7 +1484,7 @@ namespace bgfx
|
||||||
/// Create frame buffer.
|
/// Create frame buffer.
|
||||||
///
|
///
|
||||||
/// @param[in] _num Number of texture attachments.
|
/// @param[in] _num Number of texture attachments.
|
||||||
/// @param[in] _attachment Attachment info. See: `Attachment`.
|
/// @param[in] _attachment Attachment texture info. See: `Attachment`.
|
||||||
/// @param[in] _destroyTextures If true, textures will be destroyed when
|
/// @param[in] _destroyTextures If true, textures will be destroyed when
|
||||||
/// frame buffer is destroyed.
|
/// frame buffer is destroyed.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue