A logical AND on two textures?
Posted By:
Rigoletto
A logical AND on two textures? -
05/11/05
06:36
Hi,
is there a way to do a logical AND(on the bits) with two textures?
Posted By:
ello
Re: A logical AND on two textures? -
05/11/05
07:15
yes, in hlsl: result = texture1 && texture2;
© 2023
lite-C Forums