diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-31 06:28:31 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-31 06:28:31 +0000 |
| commit | 93dccb66bb3e6ef43d41dbc43e7ffa9ed0f022e8 (patch) | |
| tree | 4bc5d0ba1c8796fc10d6dd690ca2002c98459d3d | |
| parent | Minor readme updates (diff) | |
| download | DiligentEngine-93dccb66bb3e6ef43d41dbc43e7ffa9ed0f022e8.tar.gz DiligentEngine-93dccb66bb3e6ef43d41dbc43e7ffa9ed0f022e8.zip | |
One more minor update to readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ as all third-party libraries used by the engine. Besides that, you will also nee For example, for Windows platform, the list of libraries your project will need to link against may look like this: ``` -DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib SPIRVCross.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib +DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib spirv-cross-core.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib ``` Vulkan libraries can be found in [DiligentCore/External/vulkan/libs](https://github.com/DiligentGraphics/DiligentCore/tree/master/External/vulkan/libs) directory. |
