pub const ovrTextureMisc_AllowGenerateMips: ovrTextureMiscFlags = 0x0002;Expand description
DX only: Allow generation of the mip chain on the GPU via the GenerateMips call. This flag requires that RenderTarget binding also be specified.
pub const ovrTextureMisc_AllowGenerateMips: ovrTextureMiscFlags = 0x0002;DX only: Allow generation of the mip chain on the GPU via the GenerateMips call. This flag requires that RenderTarget binding also be specified.