From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- dev/MinGfx/docs/html/mingfx__config_8h_source.html | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 dev/MinGfx/docs/html/mingfx__config_8h_source.html (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 new file mode 100644 index 0000000..89c0719 --- /dev/null +++ b/dev/MinGfx/docs/html/mingfx__config_8h_source.html @@ -0,0 +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 
+
+ + + + + -- cgit v1.2.3