URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
[/] [theia_gpu/] [trunk/] [examples/] [shaders/] [example1/] [Example2.shdr] - Rev 126
Go to most recent revision | Compare with Previous | Blame | View Log
ENTRYPOINT_ADRR_USERCONSTANTS:
SETX C1 32'h20000
SETY C1 32'h20000
SETZ C1 32'h40000
RETURN RT_TRUE
ENTRYPOINT_ADRR_PIXELSHADER:
MUL CREG_TEXTURE_COLOR CREG_TEXTURE_COLOR C1
OMWRITE OREG_PIXEL_COLOR CREG_CURRENT_OUTPUT_PIXEL CREG_TEXTURE_COLOR
RETURN RT_TRUE
Go to most recent revision | Compare with Previous | Blame | View Log