dl
dl::Texture结构体 参考

#include <dl_vk.h>

Public 成员函数

 Texture ()
 
bool IsVaild ()
 
void Delete (VkDevice device)
 

Public 属性

VkImage _image
 
VkDeviceMemory _memory
 
VkImageView _imageView
 
uint32_t _mipLevel
 
uint32_t _width
 
uint32_t _height
 

详细描述

在文件 dl_vk.h64 行定义.

构造及析构函数说明

◆ Texture()

dl::Texture::Texture ( )
inline

在文件 dl_vk.h74 行定义.

成员函数说明

◆ Delete()

void dl::Texture::Delete ( VkDevice device)
inline

在文件 dl_vk.h88 行定义.

◆ IsVaild()

bool dl::Texture::IsVaild ( )
inline

在文件 dl_vk.h83 行定义.

类成员变量说明

◆ _height

uint32_t dl::Texture::_height

在文件 dl_vk.h72 行定义.

◆ _image

VkImage dl::Texture::_image

在文件 dl_vk.h66 行定义.

◆ _imageView

VkImageView dl::Texture::_imageView

在文件 dl_vk.h68 行定义.

◆ _memory

VkDeviceMemory dl::Texture::_memory

在文件 dl_vk.h67 行定义.

◆ _mipLevel

uint32_t dl::Texture::_mipLevel

在文件 dl_vk.h70 行定义.

◆ _width

uint32_t dl::Texture::_width

在文件 dl_vk.h71 行定义.


该结构体的文档由以下文件生成: