Files
ppsspp/GPU/Vulkan/VertexShaderGeneratorVulkan.h
T
Unknown W. Brackets 4731a2918c GPU: Use more typesafe shader IDs.
Since they really are fairly distinct, let's make sure we can't mix them
accidentally.
2017-12-02 09:07:27 -08:00

6 lines
140 B
C

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