-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify two-sided stencil and make it work in Kinc
- Loading branch information
1 parent
e020a7f
commit 09378c8
Showing
6 changed files
with
31 additions
and
30 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 |
---|---|---|
|
@@ -29,4 +29,4 @@ | |
[submodule "Kinc"] | ||
path = Kinc | ||
url = https://github.com/Kode/Kinc.git | ||
branch = master | ||
branch = twosidedstencil |
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
Submodule Kinc
updated
3 files
+9 −5 | Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/pipeline.cpp | |
+8 −4 | Sources/kinc/graphics4/pipeline.c | |
+10 −4 | Sources/kinc/graphics4/pipeline.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
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