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/Common/GPU/OpenGL/DataFormatGL.h
Views: 1401
1
#pragma once
2
3
#include "Common/GPU/OpenGL/GLCommon.h"
4
#include "Common/GPU/DataFormat.h"
5
6
namespace Draw {
7
8
bool Thin3DFormatToGLFormatAndType(DataFormat fmt, GLuint &internalFormat, GLuint &format, GLuint &type, int &alignment);
9
10
}
11
12