mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Shadergen types: Add Metal & MSL
This commit is contained in:
parent
3ea05bd200
commit
b286537b69
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace PICA::ShaderGen {
|
namespace PICA::ShaderGen {
|
||||||
// Graphics API this shader is targetting
|
// Graphics API this shader is targetting
|
||||||
enum class API { GL, GLES, Vulkan };
|
enum class API { GL, GLES, Vulkan, Metal };
|
||||||
|
|
||||||
// Shading language to use (Only GLSL for the time being)
|
// Shading language to use
|
||||||
enum class Language { GLSL };
|
enum class Language { GLSL, MSL };
|
||||||
} // namespace PICA::ShaderGen
|
} // namespace PICA::ShaderGen
|
||||||
|
|
Loading…
Add table
Reference in a new issue