JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType Enum Reference

StereoDevice type used for createFactory(type). More...

Collaboration diagram for com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType:

Public Attributes

 Default
 Auto selection of device in the following order: More...
 
 Generic
 Generic software implementation. More...
 
 OculusVR
 OculusVR DK1 implementation. More...
 
 OculusVR_DK2
 OculusVR DK2 implementation. More...
 

Detailed Description

StereoDevice type used for createFactory(type).

Definition at line 61 of file StereoDeviceFactory.java.

Member Data Documentation

◆ Default

com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.Default

Auto selection of device in the following order:

  1. DeviceType#OculusVR
  2. DeviceType#Generic

Definition at line 69 of file StereoDeviceFactory.java.

◆ Generic

com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.Generic

Generic software implementation.

Definition at line 73 of file StereoDeviceFactory.java.

◆ OculusVR

com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.OculusVR

OculusVR DK1 implementation.

Definition at line 77 of file StereoDeviceFactory.java.

◆ OculusVR_DK2

com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.OculusVR_DK2

OculusVR DK2 implementation.

Definition at line 82 of file StereoDeviceFactory.java.


The documentation for this enum was generated from the following file: