Package org.lwjgl.opengl
Class EXTFramebufferMultisampleBlitScaled
- java.lang.Object
-
- org.lwjgl.opengl.EXTFramebufferMultisampleBlitScaled
-
public final class EXTFramebufferMultisampleBlitScaled extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SCALED_RESOLVE_FASTEST_EXT
Accepted by the <filter> parameter of BlitFramebuffer:static int
GL_SCALED_RESOLVE_NICEST_EXT
Accepted by the <filter> parameter of BlitFramebuffer:
-
-
-
Field Detail
-
GL_SCALED_RESOLVE_FASTEST_EXT
public static final int GL_SCALED_RESOLVE_FASTEST_EXT
Accepted by the <filter> parameter of BlitFramebuffer:- See Also:
- Constant Field Values
-
GL_SCALED_RESOLVE_NICEST_EXT
public static final int GL_SCALED_RESOLVE_NICEST_EXT
Accepted by the <filter> parameter of BlitFramebuffer:- See Also:
- Constant Field Values
-
-