KDGpu::VulkanSampler¶
Module: Vulkan
#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 | |
Public Attributes Documentation¶
variable sampler¶
1 | |
variable deviceHandle¶
1 | |
Updated on 2025-07-08 at 12:01:11 +0000