malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Graphics
Primitives
VertexArray.h
Go to the documentation of this file.
1
// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2
// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4
#ifndef MALENA_VERTEXARRAY_H
5
#define MALENA_VERTEXARRAY_H
6
7
#pragma once
8
9
#include <
Malena/Core/malena_export.h
>
10
#include <
Malena/Graphics/Base/Graphic.h
>
11
#include <
Malena/Traits/Base/Customizable.h
>
12
13
namespace
ml
14
{
34
// class VertexArray : public Core<sf::VertexArray> { ... };
35
// template<typename MANIFEST>
36
// class VertexArrayWith : public Customizable<VertexArray, MANIFEST>{};
37
38
}
// namespace ml
39
40
#endif
// MALENA_VERTEXARRAY_H
Customizable.h
Graphic.h
malena_export.h
ml
Definition
Component.h:22