Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
3Shain
/
dxmt
Public
Notifications
You must be signed in to change notification settings
Fork
95
Star
1.2k
Code
Issues
18
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
D3D12 implementation, part 3
- #198
#198
Merged
3Shain
merged 24 commits into
main
3Shain/dxmt:main
from
feat/d3d12-2
3Shain/dxmt:feat/d3d12-2
Copy head branch name to clipboard
Jul 29, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
D3D12 implementation, part 3
#198
3Shain
merged 24 commits into
main
3Shain/dxmt:main
from
feat/d3d12-2
3Shain/dxmt:feat/d3d12-2
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
feat(d3d12): expose `D3D12_FEATURE_FEATURE_LEVELS`
Show description for fe41ddf
9Shain
committed
fe41ddf
View commit details
Copy full SHA for fe41ddf
Browse repository at this point
feat(dxmt): provide plane count in format query
Show description for e1d5638
9Shain
committed
e1d5638
View commit details
Copy full SHA for e1d5638
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_FORMAT_INFO`
Show description for 8daaacc
9Shain
committed
8daaacc
View commit details
Copy full SHA for 8daaacc
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_GPU_VIRTUAL_ADDRESS_SUPPORT`
Show description for d8033a5
9Shain
committed
d8033a5
View commit details
Copy full SHA for d8033a5
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_SHADER_MODEL`
Show description for 8c918f7
9Shain
committed
8c918f7
View commit details
Copy full SHA for 8c918f7
Browse repository at this point
fix(d3d12): don't unregister residency if resource is not successfully initialized
Show description for c01cbbc
9Shain
committed
c01cbbc
View commit details
Copy full SHA for c01cbbc
Browse repository at this point
feat(d3d12): validate resource initial state
Show description for 78c8b07
9Shain
committed
78c8b07
View commit details
Copy full SHA for 78c8b07
Browse repository at this point
feat(d3d12): implement `GetCustomHeapProperties()`
Show description for 67264f2
9Shain
committed
67264f2
View commit details
Copy full SHA for 67264f2
Browse repository at this point
feat(d3d12): implement basic resource descriptor validation
Show description for e989c62
9Shain
committed
e989c62
View commit details
Copy full SHA for e989c62
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_DATA_D3D12_OPTIONS`
Show description for fbfb663
9Shain
committed
fbfb663
View commit details
Copy full SHA for fbfb663
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_D3D12_OPTIONS16`
Show description for 825cab5
9Shain
committed
825cab5
View commit details
Copy full SHA for 825cab5
Browse repository at this point
Commits on Jul 29, 2026
feat(d3d12): implement sampler descriptor
Show description for 2588d04
9Shain
committed
2588d04
View commit details
Copy full SHA for 2588d04
Browse repository at this point
feat(d3d12): expose `D3D12_FEATURE_FORMAT_SUPPORT`
Show description for 5c1c49b
9Shain
committed
5c1c49b
View commit details
Copy full SHA for 5c1c49b
Browse repository at this point
feat(d3d12): validate resource heap properties
Show description for 939e724
9Shain
committed
939e724
View commit details
Copy full SHA for 939e724
Browse repository at this point
feat(d3d12): implement texture and texel buffer UAV descriptor
Show description for 32e4ef9
9Shain
committed
32e4ef9
View commit details
Copy full SHA for 32e4ef9
Browse repository at this point
feat(d3d12): add d3d12 command signature stubs
Show description for 41a68a8
9Shain
committed
41a68a8
View commit details
Copy full SHA for 41a68a8
Browse repository at this point
feat(d3d12): implement basic compute pipeline state
Show description for c813ba1
9Shain
committed
c813ba1
View commit details
Copy full SHA for c813ba1
Browse repository at this point
fix(d3d12): handle default and invalid mip count
Show description for 38a10bd
9Shain
committed
38a10bd
View commit details
Copy full SHA for 38a10bd
Browse repository at this point
feat(util): introduce `ConcurrentComPrivateData`
Show description for cd5eb3d
9Shain
committed
cd5eb3d
View commit details
Copy full SHA for cd5eb3d
Browse repository at this point
fix(d3d12): use `ConcurrentComPrivateData`
Show description for ca431e4
9Shain
committed
ca431e4
View commit details
Copy full SHA for ca431e4
Browse repository at this point
feat(d3d12): introduce compute encoder
Show description for 3a7d364
9Shain
committed
3a7d364
View commit details
Copy full SHA for 3a7d364
Browse repository at this point
feat(d3d12): implement `Dispatch()`
Show description for 2a35336
9Shain
committed
2a35336
View commit details
Copy full SHA for 2a35336
Browse repository at this point
fix(d3d12): properly handle depth-stencil planar in buffer-to-texture copying
Show description for 1bc139d
9Shain
committed
1bc139d
View commit details
Copy full SHA for 1bc139d
Browse repository at this point
feat(d3d12): implement basic compute root argument encoding
Show description for 3525d41
9Shain
committed
3525d41
View commit details
Copy full SHA for 3525d41
Browse repository at this point
You can’t perform that action at this time.