Rainbow trianglegit add .
This commit is contained in:
@@ -14,6 +14,8 @@ namespace cve {
|
||||
|
||||
struct Vertex {
|
||||
glm::vec2 position;
|
||||
glm::vec3 color;
|
||||
|
||||
static std::vector<VkVertexInputBindingDescription> getBindingDescriptions();
|
||||
static std::vector<VkVertexInputAttributeDescription> getAttributeDescriptions();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user