KDGpu::ApiTexture¶
Module: API
#include <api_texture.h>
Inherited by KDGpu::VulkanTexture
Public Functions¶
| Name | |
|---|---|
| virtual void * | map() =0 | 
| virtual void | unmap() =0 | 
| virtual SubresourceLayout | getSubresourceLayout(const TextureSubresource & subresource) const =0 | 
| virtual MemoryHandle | externalMemoryHandle() const =0 | 
Public Functions Documentation¶
function map¶
1 |  | 
Reimplemented by: KDGpu::VulkanTexture::map
function unmap¶
1 |  | 
Reimplemented by: KDGpu::VulkanTexture::unmap
function getSubresourceLayout¶
1 2 3  |  | 
Reimplemented by: KDGpu::VulkanTexture::getSubresourceLayout
function externalMemoryHandle¶
1 |  | 
Reimplemented by: KDGpu::VulkanTexture::externalMemoryHandle
Updated on 2025-07-08 at 12:01:11 +0000