mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
10 lines
274 B
C
10 lines
274 B
C
#pragma once
|
|
|
|
#include "Common/CommonTypes.h"
|
|
|
|
#include "Common/GPU/thin3d.h"
|
|
|
|
// Exposed for automated tests
|
|
void GenerateStencilFs(char *buffer, const ShaderLanguageDesc &lang, const Draw::Bugs &bugs);
|
|
void GenerateStencilVs(char *buffer, const ShaderLanguageDesc &lang);
|