dl
dl::VertexGfx结构体 参考

顶点 更多...

#include <dl_vertex.h>

静态 Public 成员函数

static VkVertexInputBindingDescription getBindingDescription ()
 
static std::array< VkVertexInputAttributeDescription, 2 > getAttributeDescriptions ()
 

Public 属性

Position3 _pos
 
Color _color
 

详细描述

顶点

在文件 dl_vertex.h177 行定义.

成员函数说明

◆ getAttributeDescriptions()

static std::array< VkVertexInputAttributeDescription, 2 > dl::VertexGfx::getAttributeDescriptions ( )
inlinestatic

在文件 dl_vertex.h189 行定义.

◆ getBindingDescription()

static VkVertexInputBindingDescription dl::VertexGfx::getBindingDescription ( )
inlinestatic

在文件 dl_vertex.h181 行定义.

类成员变量说明

◆ _color

Color dl::VertexGfx::_color

在文件 dl_vertex.h180 行定义.

◆ _pos

Position3 dl::VertexGfx::_pos

在文件 dl_vertex.h179 行定义.


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