mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
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);
|