Interface GpuBackend
- All Known Implementing Classes:
GlBackend
public interface GpuBackend
-
Method Summary
Modifier and TypeMethodDescriptioncreateDeviceWithWindow(int width, int height, String title, long monitor, ShaderSource defaultShaderSource, GpuDebugOptions debugOptions) getName()
-
Method Details
-
getName
String getName() -
createDeviceWithWindow
WindowAndDevice createDeviceWithWindow(int width, int height, String title, long monitor, ShaderSource defaultShaderSource, GpuDebugOptions debugOptions) throws BackendCreationException - Throws:
BackendCreationException
-