sceGuDisable depth write

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

sceGuDisable depth write

Post by Ghoti »

Hi folks,

can you disable the depth write, i want to enable the test but disable the write, is this posible ?
Xfacter
Posts: 9
Joined: Wed Feb 28, 2007 10:13 am

Post by Xfacter »

sceGuDepthMask(GU_TRUE);
/* ... */
sceGuDepthMask(GU_FALSE);
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

thanks !!
Post Reply