Package org.lwjgl.opengles
Class EXTMultisampledRenderToTexture
java.lang.Object
org.lwjgl.opengles.EXTMultisampledRenderToTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:static final int
Returned by CheckFramebufferStatus:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetRenderbufferParameteriv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferTexture2DMultisampleEXT
(int target, int attachment, int textarget, int texture, int level, int samples) static void
glRenderbufferStorageMultisampleEXT
(int target, int samples, int internalformat, int width, int height)
-
Field Details
-
GL_RENDERBUFFER_SAMPLES_EXT
public static final int GL_RENDERBUFFER_SAMPLES_EXTAccepted by the <pname> parameter of GetRenderbufferParameteriv:- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXTReturned by CheckFramebufferStatus:- See Also:
-
GL_MAX_SAMPLES_EXT
public static final int GL_MAX_SAMPLES_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXTAccepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:- See Also:
-
-
Method Details
-
glRenderbufferStorageMultisampleEXT
public static void glRenderbufferStorageMultisampleEXT(int target, int samples, int internalformat, int width, int height) -
glFramebufferTexture2DMultisampleEXT
public static void glFramebufferTexture2DMultisampleEXT(int target, int attachment, int textarget, int texture, int level, int samples)
-