Package org.lwjgl.ovr

Class OVRTextureSwapChainDesc

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

public class OVRTextureSwapChainDesc extends org.lwjgl.system.Struct<OVRTextureSwapChainDesc> implements org.lwjgl.system.NativeResource
Description used to create a texture swap chain.

Layout


 struct ovrTextureSwapChainDesc {
     ovrTextureType Type();
     ovrTextureFormat Format();
     int ArraySize();
     int Width;
     int Height;
     int MipLevels;
     int SampleCount;
     ovrBool StaticImage();
     unsigned int MiscFlags();
     unsigned int BindFlags();
 }