Euphoria
cullface.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::render
4{
5
10enum class CullFace
11{
12 front,
13 back,
15};
16
21}