mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
video_core: gl_rasterizer_cache.cpp removed unused type alias
This commit is contained in:
parent
6a3a3964b0
commit
eee37b857b
@ -172,7 +172,6 @@ bool RasterizerCacheOpenGL::TryBlitSurfaces(CachedSurface* src_surface,
|
|||||||
const MathUtil::Rectangle<int>& src_rect,
|
const MathUtil::Rectangle<int>& src_rect,
|
||||||
CachedSurface* dst_surface,
|
CachedSurface* dst_surface,
|
||||||
const MathUtil::Rectangle<int>& dst_rect) {
|
const MathUtil::Rectangle<int>& dst_rect) {
|
||||||
using SurfaceType = CachedSurface::SurfaceType;
|
|
||||||
|
|
||||||
if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
|
if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
|
||||||
dst_surface->pixel_format)) {
|
dst_surface->pixel_format)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user