mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 09:10:00 +01:00
9 lines
139 B
C++
9 lines
139 B
C++
#pragma once
|
|
|
|
#include "static_pass.hpp"
|
|
|
|
namespace gl
|
|
{
|
|
using nearest_upscale_pass = static_upscale_pass<gl::filter::nearest>;
|
|
}
|