mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
#include "gfx/gl_common.h"
|
|
#include "thin3d/DataFormat.h"
|
|
|
|
namespace Draw {
|
|
|
|
bool Thin3DFormatToFormatAndType(DataFormat fmt, GLuint &internalFormat, GLuint &format, GLuint &type, int &alignment);
|
|
|
|
}
|