From 342403a02f8063903d0f38327430721d4d0ae331 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:15:14 -0500 Subject: do ass1 --- dev/MinGfx/docs/html/mingfx__config_8h_source.html | 232 ++++++++++----------- 1 file changed, 116 insertions(+), 116 deletions(-) (limited to 'dev/MinGfx/docs/html/mingfx__config_8h_source.html') diff --git a/dev/MinGfx/docs/html/mingfx__config_8h_source.html b/dev/MinGfx/docs/html/mingfx__config_8h_source.html index 89c0719..c92edf3 100644 --- a/dev/MinGfx/docs/html/mingfx__config_8h_source.html +++ b/dev/MinGfx/docs/html/mingfx__config_8h_source.html @@ -1,116 +1,116 @@ - - - - - - - -MinGfx Toolkit: src/mingfx_config.h Source File - - - - - - - - - - - - -
-
- - - - - - -
-
MinGfx Toolkit -  1.0 -
-
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-
mingfx_config.h
-
-
-Go to the documentation of this file.
1 /*
-
2  This file is part of the MinGfx Project.
-
3 
-
4  Copyright (c) 2017,2018 Regents of the University of Minnesota.
-
5  All Rights Reserved.
-
6 
-
7  Original Author(s) of this File:
-
8  Dan Keefe, 2018, University of Minnesota
-
9 
-
10  Author(s) of Significant Updates/Modifications to the File:
-
11  ...
-
12  */
-
13 
-
14 // The file config.h.in is processed by cmake to produce config.h. This
-
15 // replaces strings of the form "at"CMAKE_VARIABLE_NAME"at" with the value
-
16 // of the corresponding cmake variable, allowing us to pass directory paths
-
17 // and other information configured with cmake into our C++ code.
-
18 
-
19 
-
20 #define MINGFX_DATA_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/data"
-
21 #define MINGFX_DATA_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/data"
-
22 
-
23 #define MINGFX_SHADERS_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/src/shaders"
-
24 #define MINGFX_SHADERS_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/shaders"
-
25 
-
- - - - - + + + + + + + +MinGfx Toolkit: src/mingfx_config.h Source File + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mingfx_config.h
+
+
+Go to the documentation of this file.
1 /*
+
2  This file is part of the MinGfx Project.
+
3 
+
4  Copyright (c) 2017,2018 Regents of the University of Minnesota.
+
5  All Rights Reserved.
+
6 
+
7  Original Author(s) of this File:
+
8  Dan Keefe, 2018, University of Minnesota
+
9 
+
10  Author(s) of Significant Updates/Modifications to the File:
+
11  ...
+
12  */
+
13 
+
14 // The file config.h.in is processed by cmake to produce config.h. This
+
15 // replaces strings of the form "at"CMAKE_VARIABLE_NAME"at" with the value
+
16 // of the corresponding cmake variable, allowing us to pass directory paths
+
17 // and other information configured with cmake into our C++ code.
+
18 
+
19 
+
20 #define MINGFX_DATA_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/data"
+
21 #define MINGFX_DATA_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/data"
+
22 
+
23 #define MINGFX_SHADERS_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/src/shaders"
+
24 #define MINGFX_SHADERS_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/shaders"
+
25 
+
+ + + + + -- cgit v1.2.3