Package org.lwjgl.opengles
Class OVRMultiviewMultisampledRenderToTexture
- java.lang.Object
-
- org.lwjgl.opengles.OVRMultiviewMultisampledRenderToTexture
-
public class OVRMultiviewMultisampledRenderToTexture extends java.lang.Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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
.
-
-
-
Method Detail
-
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
.
-
-