ppsspp/GPU/Common/ReinterpretFramebuffer.h

10 lines
257 B
C
Raw Permalink Normal View History

#pragma once
#include "Common/GPU/ShaderWriter.h"
#include "GPU/ge_constants.h"
#include "GPU/GPUCommon.h"
#include "GPU/Common/Draw2D.h"
2020-11-03 15:44:57 +01:00
Draw2DPipelineInfo GenerateReinterpretFragmentShader(ShaderWriter &writer, GEBufferFormat from, GEBufferFormat to);