Added neccesary files

This commit is contained in:
Aleksander Burkowski 2023-01-24 14:03:38 +01:00
parent 9552610ca8
commit 8d47eaacaa
35 changed files with 29 additions and 54 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
<Project> <Project>
<ProjectOutputs> <ProjectOutputs>
<ProjectOutput> <ProjectOutput>
<FullPath>C:\Users\BBB\OneDrive\Pulpit\git\Debug\grk-cw9.exe</FullPath> <FullPath>D:\git\grk\GRK-2023\Debug\grk-cw9.exe</FullPath>
</ProjectOutput> </ProjectOutput>
</ProjectOutputs> </ProjectOutputs>
<ContentFiles /> <ContentFiles />

View File

@ -1,66 +1,41 @@
 Box.cpp  main.cpp
Camera.cpp
main.cpp
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\minwindef.h(130,1): warning C4005: 'APIENTRY': macro redefinition C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\minwindef.h(130,1): warning C4005: 'APIENTRY': macro redefinition
C:\Users\BBB\OneDrive\Pulpit\git\dependencies\glfw-3.3.8.bin.WIN32\include\GLFW\glfw3.h(123): message : see previous definition of 'APIENTRY' D:\git\grk\GRK-2023\dependencies\glfw-3.3.8.bin.WIN32\include\GLFW\glfw3.h(123): message : see previous definition of 'APIENTRY'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(74,30): warning C4305: 'initializing': truncation from 'double' to 'float' D:\git\grk\GRK-2023\src\ex_9_1.hpp(75,30): warning C4305: 'initializing': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(88,38): warning C4305: '=': truncation from 'double' to 'float' D:\git\grk\GRK-2023\src\ex_9_1.hpp(89,38): warning C4305: '=': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(111,16): warning C4305: 'initializing': truncation from 'double' to 'float' D:\git\grk\GRK-2023\src\ex_9_1.hpp(112,16): warning C4305: 'initializing': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(159,13): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(173,13): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(176,13): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(186,59): warning C4305: 'argument': truncation from 'double' to 'T'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(183,108): warning C4305: 'argument': truncation from 'double' to 'T'
with with
[ [
T=float T=float
] ]
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(191,87): warning C4305: 'argument': truncation from 'double' to 'T' D:\git\grk\GRK-2023\src\ex_9_1.hpp(189,59): warning C4305: 'argument': truncation from 'double' to 'T'
with with
[ [
T=float T=float
] ]
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(191,223): warning C4305: 'argument': truncation from 'double' to 'float' D:\git\grk\GRK-2023\src\ex_9_1.hpp(233,13): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(194,59): warning C4305: 'argument': truncation from 'double' to 'T' D:\git\grk\GRK-2023\src\ex_9_1.hpp(240,108): warning C4305: 'argument': truncation from 'double' to 'T'
with with
[ [
T=float T=float
] ]
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(195,37): warning C4305: 'argument': truncation from 'double' to 'float' D:\git\grk\GRK-2023\src\ex_9_1.hpp(249,59): warning C4305: 'argument': truncation from 'double' to 'T'
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(227,2): warning C4305: 'argument': truncation from 'double' to 'float' with
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(330,21): warning C4305: '-=': truncation from 'double' to 'float' [
C:\Users\BBB\OneDrive\Pulpit\git\src\ex_9_1.hpp(332,21): warning C4305: '+=': truncation from 'double' to 'float' T=float
Render_Utils.cpp ]
Shader_Loader.cpp D:\git\grk\GRK-2023\src\ex_9_1.hpp(252,6): warning C4305: 'argument': truncation from 'double' to 'float'
Texture.cpp D:\git\grk\GRK-2023\src\ex_9_1.hpp(255,59): warning C4305: 'argument': truncation from 'double' to 'T'
Generating Code... with
image_DXT.c [
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_DXT.c(92,9): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. T=float
image_helper.c ]
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_helper.c(325,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(258,6): warning C4305: 'argument': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_helper.c(366,13): warning C4244: '=': conversion from 'double' to 'float', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(290,2): warning C4305: 'argument': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_helper.c(373,20): warning C4244: '=': conversion from 'float' to 'int', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(404,21): warning C4305: '-=': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_helper.c(415,13): warning C4244: '=': conversion from 'double' to 'float', possible loss of data D:\git\grk\GRK-2023\src\ex_9_1.hpp(406,21): warning C4305: '+=': truncation from 'double' to 'float'
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\image_helper.c(422,20): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
SOIL.c
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\SOIL.c(1719,36): warning C4018: '<=': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\SOIL.c(1729,19): warning C4018: '<': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\SOIL.c(1841,6): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
stb_image_aug.c
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(177,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(251,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(303,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(1557,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(2394,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(2709,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(2995,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(3209,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(3548,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stb_image_aug.c(3644,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stbi_DDS_aug_c.h(362,19): warning C4018: '>': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stbi_DDS_aug_c.h(366,19): warning C4018: '>': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stbi_DDS_aug_c.h(390,19): warning C4018: '<': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stbi_DDS_aug_c.h(427,19): warning C4018: '<': signed/unsigned mismatch
C:\Users\BBB\OneDrive\Pulpit\git\src\SOIL\stbi_DDS_aug_c.h(498,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Generating Code...
Box.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification Box.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
grk-cw9.vcxproj -> C:\Users\BBB\OneDrive\Pulpit\git\Debug\grk-cw9.exe grk-cw9.vcxproj -> D:\git\grk\GRK-2023\Debug\grk-cw9.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +1,2 @@
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0: PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0:
Debug|Win32|C:\Users\BBB\OneDrive\Pulpit\git\| Debug|Win32|D:\git\grk\GRK-2023\|

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
C:\Users\BBB\OneDrive\Pulpit\git\Debug\grk-cw9.exe D:\git\grk\GRK-2023\Debug\grk-cw9.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.