Potato Engine
Hobby Game Engine Project
|
Public Member Functions | |
GpuDeviceFactory (GpuDeviceFactory &&)=delete | |
GpuDeviceFactory & | operator= (GpuDeviceFactory &&)=delete |
virtual bool | isEnabled () const =0 |
virtual void | enumerateDevices (delegate< void(GpuDeviceInfo const &)> callback)=0 |
virtual rc< GpuDevice > | createDevice (int index)=0 |