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 2024-11-22 at 00:02:02 +0000