|
@@ -1263,7 +1263,7 @@ namespace bgfx
|
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
|
/// sampling.
|
|
/// sampling.
|
|
|
///
|
|
///
|
|
|
- /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texutre will be immutable.
|
|
|
|
|
|
|
+ /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texture will be immutable.
|
|
|
///
|
|
///
|
|
|
/// @attention C99 equivalent is `bgfx_create_texture_2d`.
|
|
/// @attention C99 equivalent is `bgfx_create_texture_2d`.
|
|
|
///
|
|
///
|
|
@@ -1301,7 +1301,7 @@ namespace bgfx
|
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
|
/// sampling.
|
|
/// sampling.
|
|
|
///
|
|
///
|
|
|
- /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texutre will be immutable.
|
|
|
|
|
|
|
+ /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texture will be immutable.
|
|
|
///
|
|
///
|
|
|
/// @attention C99 equivalent is `bgfx_create_texture_3d`.
|
|
/// @attention C99 equivalent is `bgfx_create_texture_3d`.
|
|
|
///
|
|
///
|
|
@@ -1319,7 +1319,7 @@ namespace bgfx
|
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
/// - `BGFX_TEXTURE_[MIN/MAG/MIP]_[POINT/ANISOTROPIC]` - Point or anisotropic
|
|
|
/// sampling.
|
|
/// sampling.
|
|
|
///
|
|
///
|
|
|
- /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texutre will be immutable.
|
|
|
|
|
|
|
+ /// @param[in] _mem Texture data. If `_mem` is non-NULL, created texture will be immutable.
|
|
|
///
|
|
///
|
|
|
/// @attention C99 equivalent is `bgfx_create_texture_cube`.
|
|
/// @attention C99 equivalent is `bgfx_create_texture_cube`.
|
|
|
///
|
|
///
|