Skip to content

KDGpu::VulkanTextureView

Module: Vulkan

VulkanTextureView.

#include <vulkan_texture_view.h>

Inherits from KDGpu::ApiTextureView

Public Functions

Name
VulkanTextureView(VkImageView _imageView, const Handle< Texture_t > & _textureHandle, const Handle< Device_t > & _deviceHandle)

Public Attributes

Name
VkImageView imageView
Handle< Texture_t > textureHandle
Handle< Device_t > deviceHandle

Public Functions Documentation

function VulkanTextureView

1
2
3
4
5
explicit VulkanTextureView(
    VkImageView _imageView,
    const Handle< Texture_t > & _textureHandle,
    const Handle< Device_t > & _deviceHandle
)

Public Attributes Documentation

variable imageView

1
VkImageView imageView { VK_NULL_HANDLE };

variable textureHandle

1
Handle< Texture_t > textureHandle;

variable deviceHandle

1
Handle< Device_t > deviceHandle;

Updated on 2024-08-28 at 00:05:06 +0000