From ac4ad8d3e8a571b2fd4ecec12a5d3f5df27c553d Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 18 Jan 2019 23:23:03 -0800 Subject: Updated core submodule & readme --- DiligentCore | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DiligentCore b/DiligentCore index 1fefab1..44314cb 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 1fefab1f98590618d06e65295dc4dd69fbc7d8da +Subproject commit 44314cba0d18b56df74fadc96a15f13bd7f578ac diff --git a/README.md b/README.md index 35da2ef..a15cc16 100644 --- a/README.md +++ b/README.md @@ -345,15 +345,15 @@ Diligent Core installation directory will contain everything required to integra * *bin* subdirectory will contain dynamic libraries. When linking statically, you will need to list DiligentCore as well as all third-party libraries used -by the engine. Besides that you may also need to specify platform-specific system libraries. -In case of Windows the full list of libraries your project will need to link against may look like this: +by the engine. Besides that, you will also need to specify platform-specific system libraries. +For Windows platform, the list of libraries your project will need to link against may look like this: ``` -DiligentCore.lib glslangd.lib HLSLd.lib OGLCompilerd.lib OSDependentd.lib SPIRVCross.lib SPIRVd.lib SPIRV-Tools.lib SPIRV-Tools-opt.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib +DiligentCore.lib glslangd.lib HLSL.lib OGLCompilerd.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 ``` -Another way is to generate build files (such as Visual Studio projects) and add them to your build system. -Build customization described below can help tweak the settings for your specific needs. +Another way to intergrate the engine is to generate build files (such as Visual Studio projects) and add them to your +build system. Build customization described below can help tweak the settings for your specific needs. -- cgit v1.2.3