KDGpu::VertexOptions¶
#include <graphics_pipeline_options.h>
Public Attributes¶
Name | |
---|---|
std::vector< VertexBufferLayout > | buffers |
std::vector< VertexAttribute > | attributes |
Friends¶
Name | |
---|---|
bool | operator==(const VertexOptions & , const VertexOptions & ) |
Public Attributes Documentation¶
variable buffers¶
1 |
|
variable attributes¶
1 |
|
Friends¶
friend operator==¶
1 2 3 4 5 |
|
Updated on 2024-11-22 at 00:02:00 +0000