Not crashing (but also likely not working) EDRAM emulation.
This commit is contained in:
@@ -31,7 +31,7 @@ class VulkanShader : public Shader {
|
||||
bool Prepare();
|
||||
|
||||
private:
|
||||
VkDevice device_ = nullptr;
|
||||
VkDevice device_ = nullptr;
|
||||
VkShaderModule shader_module_ = nullptr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user