Fix linux build
This commit is contained in:
parent
ee03ac227d
commit
19d28cf97b
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ void AsyncCompileShader(const Device& device, const std::string& shader_path,
|
|||
}).detach();
|
||||
}
|
||||
|
||||
ShaderManager::ShaderManager(const Device& device) : device(device) {
|
||||
ShaderManager::ShaderManager(const Device& device_) : device(device_) {
|
||||
// Initialize command queue system
|
||||
InitializeCommandQueue();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue