Class IMGMultisampledRenderToTexture


  • public final class IMGMultisampledRenderToTexture
    extends Object
    • Field Detail

      • GL_RENDERBUFFER_SAMPLES_IMG

        public static final int GL_RENDERBUFFER_SAMPLES_IMG
        Accepted by the <pname> parameter of GetRenderbufferParameteriv:
        See Also:
        Constant Field Values
      • GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG

        public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
        Returned by CheckFramebufferStatus:
        See Also:
        Constant Field Values
      • GL_MAX_SAMPLES_IMG

        public static final int GL_MAX_SAMPLES_IMG
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
        See Also:
        Constant Field Values
      • GL_TEXTURE_SAMPLES_IMG

        public static final int GL_TEXTURE_SAMPLES_IMG
        Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:
        See Also:
        Constant Field Values
    • Method Detail

      • 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)