3Shain/dxmtmain BranchesTags Code Folders and files Latest commit Cannot retrieve latest commit at this time. History418 Commits .github docs include libs src tests .clang-format .clangd .gitignore LICENSE README.md airconv.sh build-osx.txt build-win64-sys.txt build-...
dxmt.conf meson.build meson.options version.h.in Breadcrumbs dxmt / Latest commit 3Shain build: remove unnecessary configurations Mar 12, 2025 69b530d·Mar 12, 2025 History History File metadata and controls 3 lines (3 loc) · 38 Bytes Raw...
feat: dxbc to air transpiler (part 1) (3Shain#1) Apr 14, 2024 configure.sh feat(d3d11): implement some random features Jun 25, 2024 dxmt.conf chore: make some statement more clear Jul 27, 2024 meson.build chore: add DXMT_DEBUG macro Jul 9, 2024 ...
3Shain committed Mar 2, 2025 1 parent 900de30 commit 532e931 Showing 6 changed files with 73 additions and 2 deletions. Whitespace Ignore whitespace Split Unified include/QuartzCore CADeveloperHUDProperties.hpp CAPrivate.hpp src d3d11 d3d11_context_impl.cpp d3d11_swapchain.cpp dxmt dx...
auto str_dxmt_version = NS::String::string("com.github.3shain.dxmt-version", NS::ASCIIStringEncoding); hud->addLabel(str_dxmt_version, NS::String::string("com.apple.hud-graph.default", NS::ASCIIStringEncoding)); hud->updateLabel(str_dxmt_version, NS::String::string(GetVersionDescript...
-DBUG_REPORT_URL="https://github.com/3Shain/dxmt" \ @@ -43,7 +44,7 @@ cmake -B ./toolchains/llvm-darwin-build -S ./toolchains/llvm-project/llvm \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_TARGETS_TO_BUILD="" \ -DLLVM_BUILD_TOOLS=Off \ -DLLVM_NATIVE_TOOL_DIR="$(brew --pre...
3Shain#12) Browse files * chore(airconv): restructure code * feat(airconv): shader vertex pulling * refactor(d3d11): simplify input layout mapping * feat(airconv): shader vertex pulling: respect missing component default value * feat(d3d11): shader vertex pulling, d3d11 part * feat(d3d...
3Shain committed Feb 2, 2025 1 parent 4a709cc commit 21b0c6f Showing 2 changed files with 38 additions and 18 deletions. Whitespace Ignore whitespace Split Unified src/dxgi dxgi_adapter.cpp dxgi_interfaces.h 54 changes: 37 additions & 17 deletions 54 src/dxgi/dxgi_adapter.cpp ...
forked from 3Shain/dxmt Notifications Fork 0 Star 0 Code Pull requests Actions Security Insights Files main .github docs external nvapi include libs src tests .clang-format .clangd .gitignore .gitmodules LICENSE README.md airconv.sh build-osx.txt build-win64-sys.txt build-win64....
tests .clang-format .clangd .gitignore .gitmodules LICENSE README.md airconv.sh build-osx.txt build-win64-sys.txt build-win64.txt configure.sh dxmt.conf meson.build meson.options version.h.in Latest commit aquadran and 3Shain chore(build): allow build with wine installed ...