Created
October 11, 2021 17:03
-
-
Save BSVino/17fe6c93f017c2c10dccd9fbfb211b0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./build.bat | |
------------------------ | |
building sgl | |
------------------------ | |
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042. | |
-- Found libarchive. Enabling archive file loading support. | |
CMake Warning at C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1354 (message): | |
New Boost version may have incorrect or missing dependencies and imported | |
targets | |
Call Stack (most recent call first): | |
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1476 (_Boost_COMPONENT_DEPENDENCIES) | |
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:2086 (_Boost_MISSING_DEPENDENCIES) | |
D:/git/LineVis/third_party/vcpkg/installed/x64-windows/share/boost/vcpkg-cmake-wrapper.cmake:11 (_find_package) | |
D:/git/LineVis/third_party/vcpkg/scripts/buildsystems/vcpkg.cmake:740 (include) | |
CMakeLists.txt:189 (find_package) | |
CMake Warning at C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1354 (message): | |
New Boost version may have incorrect or missing dependencies and imported | |
targets | |
Call Stack (most recent call first): | |
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:1476 (_Boost_COMPONENT_DEPENDENCIES) | |
C:/Program Files/CMake/share/cmake-3.20/Modules/FindBoost.cmake:2086 (_Boost_MISSING_DEPENDENCIES) | |
D:/git/LineVis/third_party/vcpkg/installed/x64-windows/share/boost/vcpkg-cmake-wrapper.cmake:11 (_find_package) | |
D:/git/LineVis/third_party/vcpkg/scripts/buildsystems/vcpkg.cmake:740 (include) | |
CMakeLists.txt:189 (find_package) | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: D:/git/LineVis/third_party/sgl/.build | |
Microsoft (R) Build Engine version 16.10.1+2fd48ab73 for .NET Framework | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Texture.cpp | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(91,27): error C2065: 'VkFormat': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(91,13): error C2923: 'std::unordered_map': 'VkFormat' is not a valid template type argument for parameter '_Kty' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(91): message : see declaration of 'VkFormat' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(91,13): error C2976: 'std::unordered_map': too few template arguments [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(69): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(92,11): error C2065: 'VK_FORMAT_R8_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(93,11): error C2065: 'VK_FORMAT_R8_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(94,11): error C2065: 'VK_FORMAT_R8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(95,11): error C2065: 'VK_FORMAT_R8_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(96,11): error C2065: 'VK_FORMAT_R8_SRGB': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(98,11): error C2065: 'VK_FORMAT_R8G8_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(99,11): error C2065: 'VK_FORMAT_R8G8_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(100,11): error C2065: 'VK_FORMAT_R8G8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(101,11): error C2065: 'VK_FORMAT_R8G8_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(102,11): error C2065: 'VK_FORMAT_R8G8_SRGB': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(104,11): error C2065: 'VK_FORMAT_R8G8B8_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(105,11): error C2065: 'VK_FORMAT_R8G8B8_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(106,11): error C2065: 'VK_FORMAT_R8G8B8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(107,11): error C2065: 'VK_FORMAT_R8G8B8_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(108,11): error C2065: 'VK_FORMAT_R8G8B8_SRGB': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(110,11): error C2065: 'VK_FORMAT_R8G8B8A8_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(111,11): error C2065: 'VK_FORMAT_R8G8B8A8_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(112,11): error C2065: 'VK_FORMAT_R8G8B8A8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(113,11): error C2065: 'VK_FORMAT_R8G8B8A8_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(114,11): error C2065: 'VK_FORMAT_R8G8B8A8_SRGB': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(116,11): error C2065: 'VK_FORMAT_R16_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(117,11): error C2065: 'VK_FORMAT_R16_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(118,11): error C2065: 'VK_FORMAT_R16_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(119,11): error C2065: 'VK_FORMAT_R16_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(120,11): error C2065: 'VK_FORMAT_R16_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(122,11): error C2065: 'VK_FORMAT_R16G16_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(123,11): error C2065: 'VK_FORMAT_R16G16_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(124,11): error C2065: 'VK_FORMAT_R16G16_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(125,11): error C2065: 'VK_FORMAT_R16G16_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(126,11): error C2065: 'VK_FORMAT_R16G16_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(128,11): error C2065: 'VK_FORMAT_R16G16B16_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(129,11): error C2065: 'VK_FORMAT_R16G16B16_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(130,11): error C2065: 'VK_FORMAT_R16G16B16_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(131,11): error C2065: 'VK_FORMAT_R16G16B16_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(132,11): error C2065: 'VK_FORMAT_R16G16B16_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(134,11): error C2065: 'VK_FORMAT_R16G16B16A16_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(135,11): error C2065: 'VK_FORMAT_R16G16B16A16_SNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(136,11): error C2065: 'VK_FORMAT_R16G16B16A16_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(137,11): error C2065: 'VK_FORMAT_R16G16B16A16_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(138,11): error C2065: 'VK_FORMAT_R16G16B16A16_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(140,11): error C2065: 'VK_FORMAT_R32_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(141,11): error C2065: 'VK_FORMAT_R32_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(142,11): error C2065: 'VK_FORMAT_R32_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(144,11): error C2065: 'VK_FORMAT_R32G32_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(145,11): error C2065: 'VK_FORMAT_R32G32_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(146,11): error C2065: 'VK_FORMAT_R32G32_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(148,11): error C2065: 'VK_FORMAT_R32G32B32_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(149,11): error C2065: 'VK_FORMAT_R32G32B32_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(150,11): error C2065: 'VK_FORMAT_R32G32B32_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(152,11): error C2065: 'VK_FORMAT_R32G32B32A32_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(153,11): error C2065: 'VK_FORMAT_R32G32B32A32_SINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(154,11): error C2065: 'VK_FORMAT_R32G32B32A32_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(161,11): error C2065: 'VK_FORMAT_D16_UNORM': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(162,11): error C2065: 'VK_FORMAT_X8_D24_UNORM_PACK32': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(163,11): error C2065: 'VK_FORMAT_D32_SFLOAT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(165,11): error C2065: 'VK_FORMAT_D24_UNORM_S8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(166,11): error C2065: 'VK_FORMAT_D32_SFLOAT_S8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(91,78): error C2641: cannot deduce template arguments for 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<remove_const<iterator_traits<_Iter>::value_type::first_type>::type,iterator_traits<_Iter>::value_type::second_type,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Hasher,_Keyeq,_Alloc)': expects 6 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(415): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<_Ty1,_Ty2>>,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Hasher,_Keyeq,_Alloc)': expects 5 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(421): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<remove_const<iterator_traits<_Iter>::value_type::first_type>::type,iterator_traits<_Iter>::value_type::second_type,std::hash<remove_const<iterator_traits<_Iter>::value_type::first_type>::type>,std::equal_to<remove_const<iterator_traits<_Iter>::value_type::first_type>::type>,_Alloc> std::unordered_map(_Iter,_Iter,_Alloc)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(425): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<remove_const<iterator_traits<_Iter>::value_type::first_type>::type,iterator_traits<_Iter>::value_type::second_type,std::hash<remove_const<iterator_traits<_Iter>::value_type::first_type>::type>,std::equal_to<remove_const<iterator_traits<_Iter>::value_type::first_type>::type>,_Alloc> std::unordered_map(_Iter,_Iter,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Alloc)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(429): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<remove_const<iterator_traits<_Iter>::value_type::first_type>::type,iterator_traits<_Iter>::value_type::second_type,_Hasher,std::equal_to<remove_const<iterator_traits<_Iter>::value_type::first_type>::type>,_Alloc> std::unordered_map(_Iter,_Iter,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Hasher,_Alloc)': expects 5 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(434): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Ty>,_Alloc> std::unordered_map(std::initializer_list<std::pair<_Ty1,_Ty2>>,_Alloc)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(438): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,std::hash<_Kty>,std::equal_to<_Ty>,_Alloc> std::unordered_map(std::initializer_list<std::pair<_Ty1,_Ty2>>,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Alloc)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(442): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,std::equal_to<_Ty>,_Alloc> std::unordered_map(std::initializer_list<std::pair<_Ty1,_Ty2>>,allocator_traits<conditional<std::_Is_allocator<_Alloc,void>::value,_Alloc,std::allocator<int>>::type>::size_type,_Hasher,_Alloc)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(447): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 5 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(362): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(355): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(348): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(342): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(336): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(331): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(327): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::initializer_list<std::pair<const _Kty,_Ty>>)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(323): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> &&,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(202): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> &&)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(200): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 6 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(188): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &)': expects 5 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(181): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 5 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(174): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(167): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(160): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(154): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(149): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Iter,_Iter)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(144): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 4 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(138): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Keyeq &)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(133): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 3 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(128): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hasher &)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(124): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(120): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::size_type)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(116): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(const std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> &,const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 2 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(114): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(const std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> &)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(111): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(const _Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::allocator_type &)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(109): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(void)': expects 0 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(107): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(167,1): error C2780: 'std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc> std::unordered_map(std::unordered_map<_Kty,_Ty,_Hasher,_Keyeq,_Alloc>)': expects 1 arguments - 57 provided [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(69): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(169,27): error C2065: 'VkImageViewType': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(169,13): error C2923: 'std::unordered_map': 'VkImageViewType' is not a valid template type argument for parameter '_Kty' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(169): message : see declaration of 'VkImageViewType' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(169,13): error C2976: 'std::unordered_map': too few template arguments [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\unordered_map(69): message : see declaration of 'std::unordered_map' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\OpenGL\Texture.cpp(169,50): fatal error C1003: error count exceeds 100; stopping compilation [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
TimerGL.cpp | |
VideoWriter.cpp | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(188,19): error C2039: 'onSwapchainRecreated': is not a member of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.hpp(53): message : see declaration of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(189,12): error C2065: 'queueSize': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(190,9): error C3861: 'readBackOldestFrameVulkan': identifier not found [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(193,5): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(193,9): error C2065: 'Swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(193,20): error C2065: 'swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(193,52): error C2039: 'getSwapchain': is not a member of 'sgl::AppSettings' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils/AppSettings.hpp(100): message : see declaration of 'sgl::AppSettings' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(194,5): error C2065: 'numSwapchainImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(194,26): error C2065: 'swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(194,38): error C2065: 'swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(196,5): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(196,9): error C2065: 'Device': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(196,17): error C2065: 'device': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(196,26): error C2065: 'renderer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(197,12): error C2065: 'numSwapchainImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(197,33): error C2065: 'readBackImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(198,9): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(198,13): error C2065: 'ImageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(198,27): error C2146: syntax error: missing ';' before identifier 'imageSettings' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(198,27): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(199,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(199,31): error C2065: 'frameW': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(200,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(200,32): error C2065: 'frameH': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(201,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(201,32): error C2065: 'VK_FORMAT_R8G8B8A8_UINT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(202,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(202,32): error C2065: 'VK_IMAGE_TILING_LINEAR': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(203,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(203,31): error C2065: 'VK_IMAGE_USAGE_TRANSFER_DST_BIT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(204,9): error C2065: 'imageSettings': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(204,37): error C2065: 'VMA_MEMORY_USAGE_GPU_TO_CPU': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,9): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,13): error C2065: 'ImagePtr': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,22): error C2146: syntax error: missing ';' before identifier 'readBackImage' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,40): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,44): error C2061: syntax error: identifier 'Image' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(205,22): error C3861: 'readBackImage': identifier not found [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(206,9): error C2065: 'readBackImage': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(206,46): error C2065: 'VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(207,9): error C2065: 'readBackImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(207,34): error C2065: 'readBackImage': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(209,5): error C2065: 'queueCapacity': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(209,21): error C2065: 'numSwapchainImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(211,5): error C2065: 'readBackImageSubresourceLayout': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(211,38): error C2065: 'readBackImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(211,83): error C2065: 'VK_IMAGE_ASPECT_COLOR_BIT': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(214,19): error C2039: 'readBackOldestFrameVulkan': is not a member of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.hpp(53): message : see declaration of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,5): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,9): error C2065: 'ImagePtr': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,18): error C2146: syntax error: missing ';' before identifier 'readBackImage' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,18): error C2065: 'readBackImage': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,34): error C2065: 'readBackImages': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(216,52): error C2065: 'startPointer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(217,5): error C2065: 'startPointer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(217,21): error C2065: 'startPointer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(217,41): error C2065: 'queueCapacity': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(218,5): error C2065: 'queueSize': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(220,54): error C2065: 'readBackImage': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(221,25): error C2065: 'frameH': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(222,29): error C2065: 'frameW': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(224,25): error C2065: 'readBackImageSubresourceLayout': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(225,27): error C2065: 'readBackImageSubresourceLayout': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(225,71): error C2065: 'frameH': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(226,40): error C2065: 'frameW': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(227,13): error C2065: 'framebuffer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(228,13): error C2065: 'framebuffer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(229,13): error C2065: 'framebuffer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(232,5): error C2065: 'readBackImage': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(233,15): error C2065: 'framebuffer': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(233,5): error C3861: 'pushFrame': identifier not found [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,19): error C2039: 'pushFramebufferImage': is not a member of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.hpp(53): message : see declaration of 'sgl::VideoWriter' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,40): error C2653: 'vk': is not a class or namespace name [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,44): error C2065: 'ImagePtr': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,54): error C2065: 'image': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,39): error C2182: 'pushFramebufferImage': illegal use of type 'void' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,61): error C2143: syntax error: missing ';' before '{' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics\Video\VideoWriter.cpp(236,61): error C2447: '{': missing function header (old-style formal list?) [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
ImGuiWrapper.cpp | |
D:\git\LineVis\third_party\sgl\src\ImGui\ImGuiWrapper.cpp(53,32): error C2065: 'VkResult': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\ImGui\ImGuiWrapper.cpp(53,41): error C2146: syntax error: missing ')' before identifier 'result' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\ImGui\ImGuiWrapper.cpp(53,49): error C2143: syntax error: missing ';' before '{' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\ImGui\ImGuiWrapper.cpp(53,49): error C2447: '{': missing function header (old-style formal list?) [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
CheckpointWindow.cpp | |
SciVisApp.cpp | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,10): error C2039: 'vk': is not a member of 'sgl' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(62): message : see declaration of 'sgl' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,10): error C3083: 'vk': the symbol to the left of a '::' must be a type [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,14): error C2039: 'Swapchain': is not a member of 'sgl' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(62): message : see declaration of 'sgl' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,23): error C2065: 'Swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,25): error C2065: 'swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(245,62): error C2039: 'getSwapchain': is not a member of 'sgl::AppSettings' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Graphics/Scene/Camera.hpp(42): message : see declaration of 'sgl::AppSettings' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(246,9): error C2065: 'swapchain': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(248,35): error C2039: 'setVkRenderTarget': is not a member of 'sgl::ImGuiWrapper' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\ImGui/ImGuiWrapper.hpp(54): message : see declaration of 'sgl::ImGuiWrapper' [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(248,53): error C2065: 'compositedTextureVk': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(446,13): error C2065: 'rendererVk': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(447,21): error C2065: 'compositedTextureVk': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
D:\git\LineVis\third_party\sgl\src\Utils\SciVis\SciVisApp.cpp(447,54): error C2065: 'VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL': undeclared identifier [D:\git\LineVis\third_party\sgl\.build\sgl.vcxproj] | |
Timer.cpp | |
XML.cpp | |
Generating Code... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment