Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
VKSampler类 参考
类 VKSampler 继承关系图:
Sampler

Public 成员函数

 VKSampler (const Descriptor &desc)
 
- Public 成员函数 继承自 Sampler
 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
 

额外继承的成员函数

- Public 类型 继承自 Sampler
enum class  Filter { Nearest , Bilinear , Trilinear }
 
enum class  Warp { Repeat , ClampToEdge , MirrorRepeat }
 
- Protected 属性 继承自 Sampler
Filter min_filter_
 
Filter mag_filter_
 
Warp s_warp_
 
Warp t_warp_
 
Warp r_warp_
 

该类的文档由以下文件生成: