mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 20:37:46 +00:00
VideoCore: Implement DispatchIndirect
This commit is contained in:
parent
8fcab24644
commit
94dd857cda
11 changed files with 119 additions and 13 deletions
|
@ -11,6 +11,14 @@
|
|||
|
||||
namespace Tegra::Engines {
|
||||
|
||||
enum class EngineTypes : u32 {
|
||||
KeplerCompute,
|
||||
Maxwell3D,
|
||||
Fermi2D,
|
||||
MaxwellDMA,
|
||||
KeplerMemory,
|
||||
};
|
||||
|
||||
class EngineInterface {
|
||||
public:
|
||||
virtual ~EngineInterface() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue