CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/GPU/Common/StencilCommon.h
Views: 1401
1
#pragma once
2
3
#include "Common/CommonTypes.h"
4
5
#include "Common/GPU/thin3d.h"
6
7
// Exposed for automated tests
8
void GenerateStencilFs(char *buffer, const ShaderLanguageDesc &lang, const Draw::Bugs &bugs, bool useExport);
9
void GenerateStencilVs(char *buffer, const ShaderLanguageDesc &lang);
10
11