ok 10x but i need i was hoping for something more meaningful -
and also I meant some program the utilizes the incoming fragment's Z value and not setting the output FragDepth.
Type: Posts; User: EatColdSteel
ok 10x but i need i was hoping for something more meaningful -
and also I meant some program the utilizes the incoming fragment's Z value and not setting the output FragDepth.
Hi all,
i'm looking for an example of a shader program that changes the depth values, and also would appreciate a short explanation what kind of effects this can produce.
thank you!
if Stencil is disabled, then do stencil operations still take place if depth tests are enabled? or do they operations take place (dpfail/dppass) when stencil tests is enabled?
ty
Dark Photon - good catch on that line in the errors - it doesn't implicilty state what i wanted to know, but it is reassuring -
it seems the peeps who wrote the api find it obvious that you would...
Hello
I wanted to make sure I understood - this isn't written explicitly anywhere: the source of the pixels that are copied into the texture depends on the format given with glCopyTexImage2D?
for...
Hello
i'm curious what will happen if I assign a render buffer (using glDrawBuffers for instance) to buffer #3, and fail to assign any value in my shader program to gl_FragData[3] -
will the...