-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should compile correctly now
- Loading branch information
Showing
17 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
// Add HLSLPP_FEATURE_TRANSFORM definition prior to including hlsl++.h to enable compilation of matrix transformations | ||
#include "transform/common.h" | ||
#include "hlsl++/transform/common.h" | ||
|
||
#include "hlsl++_vector_float.h" | ||
#include "hlsl++/vector_float.h" | ||
|
||
#include "hlsl++_vector_float8.h" | ||
#include "hlsl++/vector_float8.h" | ||
|
||
#include "hlsl++_matrix_float.h" | ||
#include "hlsl++/matrix_float.h" | ||
|
||
#include "hlsl++_vector_int.h" | ||
#include "hlsl++/vector_int.h" | ||
|
||
#include "hlsl++_vector_uint.h" | ||
#include "hlsl++/vector_uint.h" | ||
|
||
#include "hlsl++_vector_double.h" | ||
#include "hlsl++/vector_double.h" | ||
|
||
#include "hlsl++_quaternion.h" | ||
#include "hlsl++/quaternion.h" | ||
|
||
// Some functions depend on having the knowledge of types that have been defined before. | ||
// In order to break the header dependencies they are all defined here. | ||
#include "hlsl++_dependent.h" | ||
#include "hlsl++/dependent.h" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_config.h" | ||
#include "hlsl++/config.h" | ||
|
||
namespace hlslpp | ||
{ | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
namespace hlslpp | ||
{ | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
#if defined(HLSLPP_DOUBLE) | ||
|
||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
//---------------// | ||
// Float8 Vector // | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
HLSLPP_WARNINGS_IMPLICIT_CONSTRUCTOR_BEGIN | ||
|
||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
HLSLPP_WARNINGS_IMPLICIT_CONSTRUCTOR_BEGIN | ||
|
||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "hlsl++_common.h" | ||
#include "hlsl++/common.h" | ||
|
||
HLSLPP_WARNINGS_IMPLICIT_CONSTRUCTOR_BEGIN | ||
|
||
|