mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
parent
0217ed0544
commit
089843338e
@ -91,11 +91,14 @@ const (
|
|||||||
// GraphicsLibraryUnknown represents the state at which graphics library cannot be determined,
|
// GraphicsLibraryUnknown represents the state at which graphics library cannot be determined,
|
||||||
// e.g. hasn't loaded yet or failed to initialize.
|
// e.g. hasn't loaded yet or failed to initialize.
|
||||||
GraphicsLibraryUnknown = ui.GraphicsLibraryUnknown
|
GraphicsLibraryUnknown = ui.GraphicsLibraryUnknown
|
||||||
// GraphicsLibraryOpenGL current graphics library used is OpenGL.
|
|
||||||
|
// GraphicsLibraryOpenGL represents the graphics library OpenGL.
|
||||||
GraphicsLibraryOpenGL = ui.GraphicsLibraryOpenGL
|
GraphicsLibraryOpenGL = ui.GraphicsLibraryOpenGL
|
||||||
// GraphicsLibraryDirectX current graphics library used is Microsoft DirectX.
|
|
||||||
|
// GraphicsLibraryDirectX represents the graphics library Microsoft DirectX.
|
||||||
GraphicsLibraryDirectX = ui.GraphicsLibraryDirectX
|
GraphicsLibraryDirectX = ui.GraphicsLibraryDirectX
|
||||||
// GraphicsLibraryMetal current graphics library used is Apple's Metal.
|
|
||||||
|
// GraphicsLibraryMetal represents the graphics library Apple's Metal.
|
||||||
GraphicsLibraryMetal = ui.GraphicsLibraryMetal
|
GraphicsLibraryMetal = ui.GraphicsLibraryMetal
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user