Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DirectX rendering implementation. #63

Merged
merged 21 commits into from
Feb 19, 2021
Merged

DirectX rendering implementation. #63

merged 21 commits into from
Feb 19, 2021

Conversation

Rsedaikin
Copy link
Contributor

DirectX rendering support.

@@ -380,7 +381,10 @@ tasks.withType(LinkSharedLibrary::class.java).configureEach {
"Dwmapi.lib",
"opengl32.lib",
"shcore.lib",
"user32.lib"
"user32.lib",
"d3d12.lib",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it mean we must have dx12 dlls on the target system?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I understand, the new graphics card drivers contain the d3d12 library, but depending on the OS and D3D_FEATURE_LEVEL_11_0 may create a DirectX12 or DirectX11 context. But I cannot verify this yet. The best solution is to test this on Windows 8 / 8.1 because Microsoft has released DirectX12 support on Windows 7.

@Rsedaikin Rsedaikin merged commit f1ce1d4 into master Feb 19, 2021
@Rsedaikin Rsedaikin deleted the directx branch February 19, 2021 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants