mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 18:37:58 -05:00
VideoCore: Implement DispatchIndirect
This commit is contained in:
@ -11,6 +11,14 @@
|
||||
|
||||
namespace Tegra::Engines {
|
||||
|
||||
enum class EngineTypes : u32 {
|
||||
KeplerCompute,
|
||||
Maxwell3D,
|
||||
Fermi2D,
|
||||
MaxwellDMA,
|
||||
KeplerMemory,
|
||||
};
|
||||
|
||||
class EngineInterface {
|
||||
public:
|
||||
virtual ~EngineInterface() = default;
|
||||
|
Reference in New Issue
Block a user