just a minor refactor, nothing special
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef GRAPHICS_CORE_COMMONS_H_
|
||||
#define GRAPHICS_CORE_COMMONS_H_
|
||||
|
||||
enum class DrawPrimitive {
|
||||
point = 0,
|
||||
line,
|
||||
triangle,
|
||||
};
|
||||
|
||||
#endif // GRAPHICS_CORE_COMMONS_H_
|
||||
Reference in New Issue
Block a user