Inherits LiteFX::Implement< VulkanSampler >.
|
| VulkanSamplerImpl (VulkanSampler *parent, const VulkanDevice &device, const FilterMode &magFilter, const FilterMode &minFilter, const BorderMode &borderU, const BorderMode &borderV, const BorderMode &borderW, const MipMapMode &mipMapMode, const Float &mipMapBias, const Float &minLod, const Float &maxLod, const Float &anisotropy) |
|
VkSampler | initialize () |
|
| Implement (VulkanSampler *parent) |
| Initializes the implementation instance. More...
|
|
| Implement (Implement< VulkanSampler > &&)=delete |
|
| Implement (const Implement< VulkanSampler > &)=delete |
|
virtual | ~Implement ()=default |
|
◆ VulkanSamplerImpl()
LiteFX::Rendering::Backends::VulkanSampler::VulkanSamplerImpl::VulkanSamplerImpl |
( |
VulkanSampler * |
parent, |
|
|
const VulkanDevice & |
device, |
|
|
const FilterMode & |
magFilter, |
|
|
const FilterMode & |
minFilter, |
|
|
const BorderMode & |
borderU, |
|
|
const BorderMode & |
borderV, |
|
|
const BorderMode & |
borderW, |
|
|
const MipMapMode & |
mipMapMode, |
|
|
const Float & |
mipMapBias, |
|
|
const Float & |
minLod, |
|
|
const Float & |
maxLod, |
|
|
const Float & |
anisotropy |
|
) |
| |
|
inline |
◆ initialize()
VkSampler LiteFX::Rendering::Backends::VulkanSampler::VulkanSamplerImpl::initialize |
( |
| ) |
|
|
inline |
◆ VulkanSampler