Fix various GCC compilation warnings after Vulkan merge
Part of #36132.
This commit is contained in:
@@ -60,9 +60,5 @@ PoolVector<uint8_t> RenderingDevice::shader_compile_from_source(ShaderStage p_st
|
||||
}
|
||||
|
||||
RenderingDevice::RenderingDevice() {
|
||||
|
||||
ShaderCompileFunction compile_function;
|
||||
ShaderCacheFunction cache_function;
|
||||
|
||||
singleton = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user