|
dl
|
3d顶点 更多...
#include <dl_vertex.h>
静态 Public 成员函数 | |
| static VkVertexInputBindingDescription | getBindingDescription () |
| static std::array< VkVertexInputAttributeDescription, 6 > | getAttributeDescriptions () |
Public 属性 | |
| Position3 | _pos |
| Position2 | _uv0 |
| Position2 | _uv1 |
| Position3 | _normal |
| Position3 | _tangent |
| Position4 | _color |
3d顶点
在文件 dl_vertex.h 第 22 行定义.
|
inlinestatic |
在文件 dl_vertex.h 第 38 行定义.
|
inlinestatic |
在文件 dl_vertex.h 第 30 行定义.
| Position4 dl::Vertex::_color |
在文件 dl_vertex.h 第 29 行定义.
| Position3 dl::Vertex::_normal |
在文件 dl_vertex.h 第 27 行定义.
| Position3 dl::Vertex::_pos |
在文件 dl_vertex.h 第 24 行定义.
| Position3 dl::Vertex::_tangent |
在文件 dl_vertex.h 第 28 行定义.
| Position2 dl::Vertex::_uv0 |
在文件 dl_vertex.h 第 25 行定义.
| Position2 dl::Vertex::_uv1 |
在文件 dl_vertex.h 第 26 行定义.