Package org.lwjgl.ovr

Class OVRTextureLayoutDescUnion

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<OVRTextureLayoutDescUnion>
org.lwjgl.ovr.OVRTextureLayoutDescUnion
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

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

Layout


 union ovrTextureLayoutDesc_Union {
     ovrTextureLayoutOctilinear Octilinear[ovrEye_Count];
 }