From 04a03e83f135fbfccbc960b13e05729490ccd375 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 11 Aug 2014 21:18:59 -0700 Subject: Adding 0.4.1 windows files --- LibOVR/Src/CAPI/CAPI_HSWDisplay.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LibOVR/Src/CAPI/CAPI_HSWDisplay.h') diff --git a/LibOVR/Src/CAPI/CAPI_HSWDisplay.h b/LibOVR/Src/CAPI/CAPI_HSWDisplay.h index 5dec8c4..4e9a567 100644 --- a/LibOVR/Src/CAPI/CAPI_HSWDisplay.h +++ b/LibOVR/Src/CAPI/CAPI_HSWDisplay.h @@ -212,6 +212,9 @@ protected: // Generates an appropriate stereo ortho projection matrix. static void GetOrthoProjection(const HMDRenderState& RenderState, Matrix4f OrthoProjection[2]); + // Returns the default HSW display texture data. + static const uint8_t* GetDefaultTexture(size_t& TextureSize); + protected: bool Enabled; // If true then the HSW display system is enabled. True by default. bool Displayed; // If true then the warning is currently visible and the following variables have meaning. Else there is no warning being displayed for this application on the given HMD. -- cgit v1.2.3