mirror of
https://github.com/wiiu-env/libgui.git
synced 2024-11-14 12:25:10 +01:00
Remove unused variables
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
parent
5a19ff0d0f
commit
69802b6d60
@ -105,7 +105,6 @@ CVideo::CVideo(int32_t forceTvScanMode, int32_t forceDrcScanMode) {
|
||||
//! this should be ok for our purpose i guess
|
||||
|
||||
//! Setup TV depth buffer (can be the same for both if rendered one after another)
|
||||
uint32_t size, align;
|
||||
GX2InitDepthBuffer(&tvDepthBuffer, GX2_SURFACE_DIM_TEXTURE_2D, tvColorBuffer.surface.width, tvColorBuffer.surface.height, 1, GX2_SURFACE_FORMAT_FLOAT_R32, (GX2AAMode)tvAAMode);
|
||||
tvDepthBuffer.surface.image = MEM1_alloc(tvDepthBuffer.surface.imageSize, tvDepthBuffer.surface.alignment);
|
||||
GX2Invalidate(GX2_INVALIDATE_MODE_CPU, tvDepthBuffer.surface.image, tvDepthBuffer.surface.imageSize);
|
||||
|
Loading…
Reference in New Issue
Block a user