Package io.github.libsdl4j.api.render
Class SDL_RendererFlags
- java.lang.Object
-
- io.github.libsdl4j.api.render.SDL_RendererFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_RENDERER_ACCELERATED
The renderer uses hardware accelerationstatic int
SDL_RENDERER_PRESENTVSYNC
Present is synchronized with the refresh ratestatic int
SDL_RENDERER_SOFTWARE
The renderer is a software fallbackstatic int
SDL_RENDERER_TARGETTEXTURE
The renderer supports rendering to texture
-
-
-
Field Detail
-
SDL_RENDERER_SOFTWARE
public static final int SDL_RENDERER_SOFTWARE
The renderer is a software fallback- See Also:
- Constant Field Values
-
SDL_RENDERER_ACCELERATED
public static final int SDL_RENDERER_ACCELERATED
The renderer uses hardware acceleration- See Also:
- Constant Field Values
-
SDL_RENDERER_PRESENTVSYNC
public static final int SDL_RENDERER_PRESENTVSYNC
Present is synchronized with the refresh rate- See Also:
- Constant Field Values
-
SDL_RENDERER_TARGETTEXTURE
public static final int SDL_RENDERER_TARGETTEXTURE
The renderer supports rendering to texture- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(int value)
-
-