Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Dec 28, 2024
1 parent b21ceeb commit 4d00fd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Include/NRI.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
Goals:
- generalization of VK and D3D12
- providing access to low-level features of modern gAPIs
- providing high-level "quality of life" improving utilities, organized as extensions
- low overhead
- no memory allocations at runtime
- cross platform and platform independence (AMD/INTEL friendly)
- explicitness
- D3D11 support (as much as possible)
Non-goals (exceptions apply to helper interfaces, where high-level abstraction and hidden management are desired):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Goals:
- providing high-level "quality of life" improving utilities, organized as extensions
- low overhead
- no memory allocations at runtime
- cross platformity and platform independence (AMD/INTEL friendly)
- cross platform and platform independence (AMD/INTEL friendly)
- explicitness
- D3D11 ([spec](https://microsoft.github.io/DirectX-Specs/d3d/archive/D3D11_3_FunctionalSpec.htm)) support (as much as possible)

Expand Down

0 comments on commit 4d00fd9

Please sign in to comment.