mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-09 20:23:14 +00:00
libraries: gnm_driver: added sceGnmSetEmbeddedPsShader
This commit is contained in:
parent
cb6b21de1f
commit
508d034263
2 changed files with 77 additions and 10 deletions
|
@ -143,7 +143,8 @@ int PS4_SYSV_ABI sceGnmSdmaOpen();
|
|||
s32 PS4_SYSV_ABI sceGnmSetCsShader(u32* cmdbuf, u32 size, const u32* cs_regs);
|
||||
s32 PS4_SYSV_ABI sceGnmSetCsShaderWithModifier(u32* cmdbuf, u32 size, const u32* cs_regs,
|
||||
u32 modifier);
|
||||
int PS4_SYSV_ABI sceGnmSetEmbeddedPsShader();
|
||||
s32 PS4_SYSV_ABI sceGnmSetEmbeddedPsShader(u32* cmdbuf, u32 size, u32 shader_id,
|
||||
u32 shader_modifier);
|
||||
s32 PS4_SYSV_ABI sceGnmSetEmbeddedVsShader(u32* cmdbuf, u32 size, u32 shader_id, u32 modifier);
|
||||
int PS4_SYSV_ABI sceGnmSetEsShader();
|
||||
int PS4_SYSV_ABI sceGnmSetGsRingSizes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue