aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/PostProcesser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/PostProcesser.h')
-rw-r--r--Minecraft.Client/Common/PostProcesser.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/PostProcesser.h b/Minecraft.Client/Common/PostProcesser.h
index ab7aedf6..966d58bc 100644
--- a/Minecraft.Client/Common/PostProcesser.h
+++ b/Minecraft.Client/Common/PostProcesser.h
@@ -45,11 +45,16 @@ private:
bool m_wineMode = false;
D3D11_VIEWPORT m_customViewport;
bool m_useCustomViewport = false;
+ UINT m_gammaTexWidth = 0;
+ UINT m_gammaTexHeight = 0;
struct GammaCBData
{
float gamma;
- float pad[3];
+ float pad;
+ float uvOffsetX, uvOffsetY;
+ float uvScaleX, uvScaleY;
+ float pad2[2];
};
static const char* g_gammaVSCode;