Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ ported to the PS3 such as SDL and zlib.

### NVidia Cg Toolkit

The current shader workflow relies upon the discontinued proprietary NVidia Cg Toolkit
The current shader workflow relies upon the discontinued proprietary [NVidia Cg Toolkit](https://developer.nvidia.com/cg-toolkit)
when compiling `.vcg` and `.fcg` shader sources. Cg Toolkit cannot be included in the
PS3DEV environment - it must be installed separately. It is not required for applications
that don't need shaders.

You can download the Cg Toolkit from: https://developer.nvidia.com/cg-toolkit-download

## Documentation

There is a [DeepWiki](https://deepwiki.com/ps3dev/PSL1GHT) set up for PSL1GHT that
Expand Down
Loading