mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 17:45:11 +02:00
8 lines
229 B
C
8 lines
229 B
C
#pragma once
|
|
|
|
#include "Common/GPU/ShaderWriter.h"
|
|
#include "GPU/ge_constants.h"
|
|
#include "GPU/Common/Draw2D.h"
|
|
|
|
Draw2DPipelineInfo GenerateReinterpretFragmentShader(ShaderWriter &writer, GEBufferFormat from, GEBufferFormat to);
|