|
Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
类 | |
| struct | Descriptor |
Public 类型 | |
| enum class | Filter { Nearest , Bilinear , Trilinear } |
| enum class | Warp { Repeat , ClampToEdge , MirrorRepeat } |
Public 成员函数 | |
| Sampler (const Descriptor &desc) | |
| Filter | get_min_filter () const noexcept |
| Filter | get_mag_filter () const noexcept |
| Warp | get_s_warp_mode () const noexcept |
| Warp | get_t_warp_mode () const noexcept |
| Warp | get_r_warp_mode () const noexcept |
Protected 属性 | |
| Filter | min_filter_ |
| Filter | mag_filter_ |
| Warp | s_warp_ |
| Warp | t_warp_ |
| Warp | r_warp_ |
|
strong |
|
strong |