Compare commits

...

2 Commits

Author SHA1 Message Date
greggameplayer
630c4a63f5 Merge branch 'master' into Texture1DBuffer 2018-11-02 01:49:51 +01:00
greggameplayer
944cf629ac Implement TextureType Texture1DBuffer
( needed by Mario+Rabbids Kingdom Battle )
2018-10-31 04:24:23 +01:00

View File

@@ -28,7 +28,6 @@ namespace OpenGL {
class CachedSurface;
using Surface = std::shared_ptr<CachedSurface>;
using SurfaceSurfaceRect_Tuple = std::tuple<Surface, Surface, MathUtil::Rectangle<u32>>;
using SurfaceTarget = VideoCore::Surface::SurfaceTarget;
using SurfaceType = VideoCore::Surface::SurfaceType;
using PixelFormat = VideoCore::Surface::PixelFormat;