Hi,

I need bitwise operations in a shader.
But I learned that this is not possible with d3d9.
Is there a way to emulate this behaviour.

For Example:
int val = anotherVal & 0xffffffff;

Patrick