Skip to content

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
std::vector< VertexBufferLayout > buffers;

variable attributes

1
std::vector< VertexAttribute > attributes;

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const VertexOptions & ,

    const VertexOptions & 
);

Updated on 2024-09-10 at 00:01:37 +0000