Interface GpuBackend
- All Known Implementing Classes:
GlBackend, VulkanBackend
public interface GpuBackend
-
Method Summary
Modifier and TypeMethodDescriptioncreateDevice(GpuDebugOptions debugOptions) longcreateWindow(@Nullable String title, int width, int height, long flags) getName()voidvoid
-
Method Details
-
getName
String getName() -
loadLibrary
- Throws:
BackendCreationException
-
unloadLibrary
void unloadLibrary() -
createWindow
-
createDevice
- Throws:
BackendCreationException
-