Go to the source code of this file.
|
| void | unravel::vec2Set (float *_v, float _x, float _y) |
| |
| void | unravel::vec4Set (float *_v, float _x, float _y, float _z, float _w) |
| |
| void | unravel::vec4iSet (int32_t *_v, int32_t _x, int32_t _y, int32_t _z, int32_t _w) |
| |
◆ SAMPLER_LINEAR_CLAMP
| #define SAMPLER_LINEAR_CLAMP (BGFX_SAMPLER_UVW_CLAMP) |
◆ SAMPLER_POINT_CLAMP
| #define SAMPLER_POINT_CLAMP (BGFX_SAMPLER_POINT | BGFX_SAMPLER_UVW_CLAMP) |
◆ SAMPLER_POINT_MIRROR
| #define SAMPLER_POINT_MIRROR (BGFX_SAMPLER_POINT | BGFX_SAMPLER_UVW_MIRROR) |
◆ SSAO_DEPTH_MIP_LEVELS
| #define SSAO_DEPTH_MIP_LEVELS 4 |