This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Add .gitignore #3
Open
Arxcis
wants to merge
32
commits into
misyltoad:master
Choose a base branch
from
Arxcis:gitignore
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Arxcis
commented
Apr 5, 2020
•
edited
Loading
edited
- Ignore build/
- Ignore include/native/directx
- Don't ignore include/native/directx/README.md
- Add example to include/native/directx/README.md
Makes this slightly more readable and extensible if we have any other edgecases where we wanna force-disable a frontend.
Determine WSI/Platform and store in a variable from later on. Add some options to force native/a specific wsi.
We can't ever use this frontend as its super quirky (intergrates with shader compiler and stuff) No need to support it either as going from D3D10 -> D3D11 is a piece of cake
Includes some basic defs/hresults etc A setup for implementing __uuidof is also included using constexpr + templates
Use native std::threads, ids using a counter
Disable OpenVR for this WSI also.
…native Currently unimplemented as there is no real nice way to do so without getting pthread involved.
- Ignore build/ - Ignore include/native/directx
misyltoad
force-pushed
the
master
branch
5 times, most recently
from
February 23, 2021 06:05
21a07b3
to
94163d6
Compare
misyltoad
force-pushed
the
master
branch
4 times, most recently
from
March 1, 2021 19:24
6f464a9
to
d3e43ed
Compare
misyltoad
force-pushed
the
master
branch
7 times, most recently
from
August 12, 2021 07:20
37690dd
to
5106c56
Compare
misyltoad
force-pushed
the
master
branch
4 times, most recently
from
October 22, 2021 03:02
d4bef41
to
a2dc99c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.