ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
226 stars 64 forks source link

Missing RSX functions #117

Open crystalct opened 3 years ago

crystalct commented 3 years ago

Hello Guys, i'm tiring to understand if is possible for me to write a sort of wrapper for RSX like PSGL is for GCM. I noticed the missing of some RSX functions: SetPolygonOffsetLineEnable SetRestartIndexEnable SetZMinMaxControl SetDepthBoundsTestEnable

Is there any reason for that absence?

bucanero commented 3 years ago

hi @crystalct 👋 I honestly have no clue about RSX, but maybe @shagkur can answer your question?

shagkur commented 3 years ago

No there's no specific reason. Just have to add them. SetZMinMaxControl == rsxSetZControl (will rename to SetZMinMaxControl) Added now and (above mentioned method) renamed