Added H.264 movie codec support.

This commit is contained in:
Justin Marshall
2020-07-16 11:07:17 -07:00
parent 0824dfbcdb
commit 8dd21f5b25
238 changed files with 162213 additions and 2474 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void LightManager::Init(void) {
lightEditorIcon = Image_LoadImage("ui/edwin/lightbulb.png");
pointLightAttenImage0 = Image_LoadImage("ui/lights/light_point_atten.png");
hdrLightBufferTexture = Image_CreateBlankImage("hdrRenderTexture", ScreenWidth, ScreenHeight);
hdrLightBufferTexture = Image_CreateBlankImage("hdrRenderTexture", ScreenWidth, ScreenHeight, true);
hdrRenderTexture = new RenderTexture(hdrLightBufferTexture, NULL);
hdrRenderTexture->InitRenderTexture();
}