pub const ovrTextureMisc_DX_Typeless: ovrTextureMiscFlags = 0x0001;
Expand description

DX only: The underlying texture is created with a TYPELESS equivalent of the format specified in the texture desc. The SDK will still access the texture using the format specified in the texture desc, but the app can create views with different formats if this is specified.