cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

iya
Journeyman III

Perlin Noise Syntax?

What's the IL syntax for the pseudo random number generator?

The sample code gives compilation error:

Error: IL Text Translator(line=5): parse error near p

Replacing perlin1D with 1D changes the error to Hardware Compilation failed.

il_cs_2_0 dcl_num_thread_per_group 128 dcl_cb cb0[1] noise_type(perlin1D) r0, cb[0] mov g[vAbsTidFlat.x], r0 end

0 Likes
1 Reply

CAL does not support noise_type as a valid IL command.
0 Likes