KDGpu::VertexAttribute¶
#include <graphics_pipeline_options.h>
Public Attributes¶
| Name | |
|---|---|
| uint32_t | location |
| uint32_t | binding |
| Format | format |
| DeviceSize | offset |
Friends¶
| Name | |
|---|---|
| bool | operator==(const VertexAttribute & , const VertexAttribute & ) |
Public Attributes Documentation¶
variable location¶
1 | |
variable binding¶
1 | |
variable format¶
1 | |
variable offset¶
1 | |
Friends¶
friend operator==¶
1 2 3 4 5 | |
Updated on 2025-11-26 at 00:01:40 +0000