Package org.lwjgl.ovr

Class OVRTextureLayoutDescUnion

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class OVRTextureLayoutDescUnion
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Combines texture layout descriptors.

    Layout

    
     union ovrTextureLayoutDesc_Union {
         ovrTextureLayoutOctilinear Octilinear[ovrEye_Count];
     }