Package org.lwjgl.ovr

Class OVRMirrorTextureDesc

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

public class OVRMirrorTextureDesc extends org.lwjgl.system.Struct<OVRMirrorTextureDesc> implements org.lwjgl.system.NativeResource
Description used to create a mirror texture.

Layout


 struct ovrMirrorTextureDesc {
     ovrTextureFormat Format();
     int Width;
     int Height;
     unsigned int MiscFlags();
 }