mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00: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);
|