Page 1 of 1

1.5.1 Tasselation problems

PostPosted: Sat Mar 31, 2018 3:10 pm
by elettrozero
Unity 2017.4

Whenever I activate tasselation in the shader I have Shader error in 'ASE/Test': 'vertexDataFunc': output parameter 'v' not completely initialized at line 29 (on d3d11)

I just updated ASE and I'm in the middle of something...I wanna cry!

Re: 1.5.1 Tasselation problems

PostPosted: Mon Apr 02, 2018 2:39 pm
by Amplify_Borba
Hello, thank you for getting in touch!

Tested our Tessellation sample in a new 2017.4 project with the latest ASE and it seems to be working as expected.

Could you please confirm if you have "Enable GPU Instancing" toggled OFF in your material inspector?

This error might be related to the way Tessellation is handled in Unity, since we use its technique in ASE.

In any case, disabling it and compiling the shader should effectively clear the error, please let me know if this is the case, thanks!