ppsspp/GPU/Vulkan/VertexShaderGeneratorVulkan.h

5 lines
138 B
C

#pragma once
#include "GPU/Common/ShaderId.h"
bool GenerateVulkanGLSLVertexShader(const ShaderID &id, char *buffer, bool *usesLighting);