Package org.lwjgl.ovr

Class OVRTextureSwapChainDesc

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

    public class OVRTextureSwapChainDesc
    extends org.lwjgl.system.Struct
    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();
     }