Enum bgfx.CapsFormatFlags
Namespace: Bgfx
Syntax
public enum CapsFormatFlags : ushort
Fields
| Name | Description | Value |
|---|---|---|
| Texture2d | Texture format is supported. |
|
| Texture2dEmulated | Texture format is emulated. |
|
| Texture2dSrgb | Texture as sRGB format is supported. |
|
| Texture3d | Texture format is supported. |
|
| Texture3dEmulated | Texture format is emulated. |
|
| Texture3dSrgb | Texture as sRGB format is supported. |
|
| TextureCube | Texture format is supported. |
|
| TextureCubeEmulated | Texture format is emulated. |
|
| TextureCubeSrgb | Texture as sRGB format is supported. |
|
| TextureFramebuffer | Texture format can be used as frame buffer. |
|
| TextureFramebufferMsaa | Texture format can be used as MSAA frame buffer. |
|
| TextureImage | Texture format can be used as image from compute shader. |
|
| TextureMipAutogen | Texture format supports auto-generated mips. |
|
| TextureMsaa | Texture can be sampled as MSAA. |
|
| TextureNone | Texture format is not supported. |
|
| TextureVertex | Texture format can be used from vertex shader. |