Package org.lwjgl.opengles
Class IMGMultisampledRenderToTexture
java.lang.Object
org.lwjgl.opengles.IMGMultisampledRenderToTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intReturned by CheckFramebufferStatus:static final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final intAccepted by the <pname> parameter of GetRenderbufferParameteriv:static final intAccepted by the <pname> parameter of GetFramebufferAttachmentParameteriv: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglFramebufferTexture2DMultisampleIMG(int target, int attachment, int textarget, int texture, int level, int samples) static voidglRenderbufferStorageMultisampleIMG(int target, int samples, int internalformat, int width, int height)
-
Field Details
-
GL_RENDERBUFFER_SAMPLES_IMG
public static final int GL_RENDERBUFFER_SAMPLES_IMGAccepted by the <pname> parameter of GetRenderbufferParameteriv:- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMGReturned by CheckFramebufferStatus:- See Also:
-
GL_MAX_SAMPLES_IMG
public static final int GL_MAX_SAMPLES_IMGAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_TEXTURE_SAMPLES_IMG
public static final int GL_TEXTURE_SAMPLES_IMGAccepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:- See Also:
-
-
Method Details
-
glRenderbufferStorageMultisampleIMG
public static void glRenderbufferStorageMultisampleIMG(int target, int samples, int internalformat, int width, int height) -
glFramebufferTexture2DMultisampleIMG
public static void glFramebufferTexture2DMultisampleIMG(int target, int attachment, int textarget, int texture, int level, int samples)
-