mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
9 lines
257 B
C
9 lines
257 B
C
#pragma once
|
|
|
|
#include "Common/GPU/ShaderWriter.h"
|
|
|
|
#include "GPU/ge_constants.h"
|
|
#include "GPU/GPUCommon.h"
|
|
#include "GPU/Common/Draw2D.h"
|
|
|
|
Draw2DPipelineInfo GenerateReinterpretFragmentShader(ShaderWriter &writer, GEBufferFormat from, GEBufferFormat to);
|