mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-18 02:48:28 +00:00
2479d52202
In many places, string, map, or Common.h were included but not needed.
12 lines
454 B
C
12 lines
454 B
C
#pragma once
|
|
|
|
#include "GPU/ge_constants.h"
|
|
#include "GPU/GPUCommon.h"
|
|
#include "Common/GPU/ShaderWriter.h"
|
|
|
|
bool GenerateReinterpretFragmentShader(char *buffer, GEBufferFormat from, GEBufferFormat to, const ShaderLanguageDesc &lang);
|
|
|
|
// Just a single one. Can probably be shared with a lot of similar use cases.
|
|
// Generates the coordinates for a fullscreen triangle.
|
|
bool GenerateReinterpretVertexShader(char *buffer, const ShaderLanguageDesc &lang);
|