Package org.lwjgl.ovr

Class OVRTextureSwapChainDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRTextureSwapChainDesc extends Struct<OVRTextureSwapChainDesc> implements 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();
 }