ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
328 stars 27 forks source link

[Rendering] Google ANGLE support for Vulkan, Metal and DirectX #93

Closed michaelsakharov closed 4 months ago

michaelsakharov commented 7 months ago

Google ANGLE is a subset of OpenGL ES's API that can be run on multiple Graphics backends.

michaelsakharov commented 4 months ago

This is no longer something i plan to support officially, Im instead rewriting the graphics backend to enable proper support for different backends instead of relying on ANGLE todo it.