0.8.0 API documentation
|
Cdx | Translation class to convert GLI enums into DirectX enums |
Cgl | Translation class to convert GLI enums into OpenGL values |
Cimage | Image, representation for a single texture level |
▼Csampler | Genetic sampler class |
Csampler1d< T, P > | 1d texture sampler |
Csampler1d_array< T, P > | 1d array texture sampler |
Csampler2d< T, P > | 2d texture sampler |
Csampler2d_array< T, P > | 2d array texture sampler |
Csampler3d< T, P > | 3d texture sampler |
CsamplerCube< T, P > | Cube map texture sampler |
CsamplerCubeArray< T, P > | Cube map array texture sampler |
▼Ctexture | Genetic texture class. It can support any target |
Ctexture1d | 1d texture |
Ctexture1d_array | 1d array texture |
Ctexture2d | 2d texture |
Ctexture2d_array | 2d array texture |
Ctexture3d | 3d texture |
Ctexture_cube | Cube map texture |
Ctexture_cube_array | Cube map array texture |