RetroArch/deps/vitaShaRK
Francisco José García García 3227dbcfe8 [VITA] Fix VitaGL and add VitaShaRK 2020-07-05 12:11:36 +02:00
..
.github Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
SceShaccCg [VITA] Fix VitaGL and add VitaShaRK 2020-07-05 12:11:36 +02:00
include [VITA] Fix VitaGL and add VitaShaRK 2020-07-05 12:11:36 +02:00
samples Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
source [VITA] Fix VitaGL and add VitaShaRK 2020-07-05 12:11:36 +02:00
.gitattributes Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
.gitignore Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
LICENSE Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
Makefile Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
README.md Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00
SceShaccCg.yml Merge commit '2b1146d46e4993dd936f21ef713be88c7bcfc718' as 'deps/vitaShaRK' 2020-07-05 11:56:47 +02:00

README.md

vitaShaRK

vita Shaders Runtime Kompiler is a runtime shader compiler library for PSVITA/PSTV using the SceShaccCg module contained inside the PSM runtime.

Build Instructions

In order to build vitaShaRK, you'll first need to build SceShaccCg stubs. This is a full list of commands you can use to install this library and the required stubs:

vita-libs-gen SceShaccCg.yml build
cd build
make install
cd ..
cp shacccg.h $VITASDK/arm-vita-eabi/psp2/shacccg.h
make install

Credits

frangarcj for the original vita2d shader compiler source used as base to build up this library.