mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
b33662550f
This prevents multiple passes to upload stencil buffers.
10 lines
290 B
C
10 lines
290 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, bool useExport);
|
|
void GenerateStencilVs(char *buffer, const ShaderLanguageDesc &lang);
|