[Video] Fix up gfxTexCalcMemRequired in OGLEStextures.cpp
This commit is contained in:
parent
b0b28adad7
commit
ee38819a35
|
@ -203,10 +203,7 @@ FxU32 gfxTexTextureMemRequired(FxU32 evenOdd, GrTexInfo *info)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
FX_ENTRY FxU32 FX_CALL
|
FxU32 gfxTexCalcMemRequired(GrLOD_t lodmin, GrLOD_t lodmax, GrAspectRatio_t aspect, GrTextureFormat_t fmt)
|
||||||
gfxTexCalcMemRequired(
|
|
||||||
GrLOD_t lodmin, GrLOD_t lodmax,
|
|
||||||
GrAspectRatio_t aspect, GrTextureFormat_t fmt)
|
|
||||||
{
|
{
|
||||||
WriteTrace(TraceGlitch, TraceDebug, "lodmin = %d, lodmax: %d aspect: %d fmt: %d", lodmin, lodmax, aspect, fmt);
|
WriteTrace(TraceGlitch, TraceDebug, "lodmin = %d, lodmax: %d aspect: %d fmt: %d", lodmin, lodmax, aspect, fmt);
|
||||||
int width, height;
|
int width, height;
|
||||||
|
|
Loading…
Reference in New Issue