载入中...
搜索中...
未找到
eve::graphics::vulkan::ColorVertex结构体 参考
#include <Graphics.h>
静态 Public 成员函数 | |
| static vk::VertexInputBindingDescription | getBindingDescription (uint32_t binding) |
| static std::vector< vk::VertexInputAttributeDescription > | getAttributeDescription (uint32_t binding) |
Public 属性 | |
| glm::vec2 | pos |
| glm::vec4 | color |
详细描述
在文件 Graphics.h 第 25 行定义.
成员函数说明
◆ getAttributeDescription()
|
inlinestatic |
在文件 Graphics.h 第 36 行定义.
◆ getBindingDescription()
|
inlinestatic |
在文件 Graphics.h 第 29 行定义.
引用了 b.
类成员变量说明
◆ color
| glm::vec4 eve::graphics::vulkan::ColorVertex::color |
在文件 Graphics.h 第 27 行定义.
被这些函数引用 getAttributeDescription().
◆ pos
| glm::vec2 eve::graphics::vulkan::ColorVertex::pos |
在文件 Graphics.h 第 26 行定义.
被这些函数引用 getAttributeDescription().
该结构体的文档由以下文件生成:
- src/modules/graphics/vulkan/Graphics.h