mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
8 lines
139 B
C++
8 lines
139 B
C++
#pragma once
|
|
|
|
#include "static_pass.hpp"
|
|
|
|
namespace gl
|
|
{
|
|
using nearest_upscale_pass = static_upscale_pass<gl::filter::nearest>;
|
|
}
|