KDGpu::VulkanBindGroup¶
Module: Vulkan
#include <vulkan_bind_group.h>
Public Functions¶
Name | |
---|---|
VulkanBindGroup(VkDescriptorSet _descriptorSet, VkDescriptorPool _descriptorPool, VulkanResourceManager * _vulkanResourceManager, const Handle< Device_t > & _deviceHandle) | |
void | update(const BindGroupEntry & entry) |
Public Attributes¶
Name | |
---|---|
VkDescriptorSet | descriptorSet |
VkDescriptorPool | descriptorPool |
VulkanResourceManager * | vulkanResourceManager |
Handle< Device_t > | deviceHandle |
Public Functions Documentation¶
function VulkanBindGroup¶
1 2 3 4 5 6 |
|
function update¶
1 2 3 |
|
Public Attributes Documentation¶
variable descriptorSet¶
1 |
|
variable descriptorPool¶
1 |
|
variable vulkanResourceManager¶
1 |
|
variable deviceHandle¶
1 |
|
Updated on 2025-04-14 at 00:01:36 +0000