mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-23 11:38:12 +05:00
* Fix gamma slider via pixel shader #178 * LCE-like gamma using postprocess shader
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "Resource.h"
|
||||
#include "..\..\Minecraft.World\compression.h"
|
||||
#include "..\..\Minecraft.World\OldChunkStorage.h"
|
||||
#include "Common/PostProcesser.h"
|
||||
#include "Network\WinsockNetLayer.h"
|
||||
|
||||
#include "Xbox/resource.h"
|
||||
@@ -874,6 +875,8 @@ HRESULT InitDevice()
|
||||
|
||||
RenderManager.Initialise(g_pd3dDevice, g_pSwapChain);
|
||||
|
||||
PostProcesser::GetInstance().Init();
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user