ppsspp/GPU/Common/StencilCommon.h
Unknown W. Brackets b33662550f Vulkan: Use stencil export when available.
This prevents multiple passes to upload stencil buffers.
2022-11-24 18:48:46 -08:00

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);