Skip to content

Commit

Permalink
INTERNALS: typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Apr 13, 2023
1 parent 82cc585 commit 96f3797
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions INTERALS.md → INTERNALS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# NixGlHost Internals

Document idea: technical documentation. Explaining what we're doing and why.

### TL;DR: How Does it Work?

Nix-gl-host's sole goal is to massage your system graphic driver in order to re-use it in your nix-built OpenGL/Cuda programs.
Expand Down Expand Up @@ -61,9 +59,7 @@ Where:

### Design Limitations

TODO

### DSOs conflict
#### DSOs conflict

NixGLHost injects some host DSOs into Nix closures. Even though we're trying to limit the blast radius as much as possible with the runpath trick described in the previous section, if the program also uses some of the DSOs previously injected, we could end up running into some ABI incompatibilities.

Expand Down

0 comments on commit 96f3797

Please sign in to comment.