Package org.lwjgl.opengles
Class OVRMultiviewMultisampledRenderToTexture
java.lang.Object
org.lwjgl.opengles.OVRMultiviewMultisampledRenderToTexture
Native bindings to the OVR_multiview_multisampled_render_to_texture extension.
This extension brings to multiview rendering the functionality originally introduced in EXT_multisampled_render_to_texture. Essentially this
just means adding one new function for multisample multiview array attachments in the framebuffer object.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidglFramebufferTextureMultisampleMultiviewOVR(int target, int attachment, int texture, int level, int samples, int baseViewIndex, int numViews) Operates similarly toFramebufferTextureMultiviewOVR, except that it also enables multisampled rendering into the images of a non-multisampled texture object similarly toFramebufferTexture2DMultisampleEXT.
-
Method Details
-
glFramebufferTextureMultisampleMultiviewOVR
public static void glFramebufferTextureMultisampleMultiviewOVR(int target, int attachment, int texture, int level, int samples, int baseViewIndex, int numViews) Operates similarly toFramebufferTextureMultiviewOVR, except that it also enables multisampled rendering into the images of a non-multisampled texture object similarly toFramebufferTexture2DMultisampleEXT.
-