mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
make vulkan::ShaderStage non abstract
This commit is contained in:
@@ -17,6 +17,10 @@ namespace love {
|
||||
return shaderModule;
|
||||
}
|
||||
|
||||
ptrdiff_t getHandle() const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
private:
|
||||
VkShaderModule shaderModule;
|
||||
VkDevice device;
|
||||
|
||||
Reference in New Issue
Block a user