mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
6 lines
120 B
C
6 lines
120 B
C
#pragma once
|
|
|
|
#include "GPU/Common/ShaderId.h"
|
|
|
|
bool GenerateVulkanGLSLVertexShader(const VShaderID &id, char *buffer);
|