mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
13 lines
228 B
C#
13 lines
228 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum RenderingMode
|
|
{
|
|
[EnumName(FromTranslation = "Common.Automatic")]
|
|
Default,
|
|
// Vulkan,
|
|
D3D11,
|
|
D3D10,
|
|
// OpenGL
|
|
}
|
|
}
|