mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
9 lines
274 B
C
9 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);
|