Skip to content

KDGpu::VulkanSampler

Module: Vulkan

VulkanSampler.

#include <vulkan_sampler.h>

Inherits from KDGpu::ApiSampler

Public Functions

Name
VulkanSampler(VkSampler _sampler, const Handle< Device_t > & _deviceHandle)

Public Attributes

Name
VkSampler sampler
Handle< Device_t > deviceHandle

Public Functions Documentation

function VulkanSampler

1
2
3
4
explicit VulkanSampler(
    VkSampler _sampler,
    const Handle< Device_t > & _deviceHandle
)

Public Attributes Documentation

variable sampler

1
VkSampler sampler { VK_NULL_HANDLE };

variable deviceHandle

1
Handle< Device_t > deviceHandle;

Updated on 2024-09-08 at 00:13:09 +0000