CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/GPU/Common/ReinterpretFramebuffer.h
Views: 1401
1
#pragma once
2
3
#include "Common/GPU/ShaderWriter.h"
4
#include "GPU/ge_constants.h"
5
#include "GPU/Common/Draw2D.h"
6
7
Draw2DPipelineInfo GenerateReinterpretFragmentShader(ShaderWriter &writer, GEBufferFormat from, GEBufferFormat to);
8
9