I create a simple material:
TextureCoordinate
connects to
ComponentMasks (R=true)
connects to
Sine (Period=1)
connects to
Diffuse
When I save the material I get the following error written with red font:
...\memory(130,81): error X5984: Components of register v1 being read, but not declared. v# registers must be declared using dcl statement(s) (down to the component level). Affected components (*): *r/x/0 *g/y/1 *b/z/2 a/w/3
What is going on?
TextureCoordinate
connects to
ComponentMasks (R=true)
connects to
Sine (Period=1)
connects to
Diffuse
When I save the material I get the following error written with red font:
...\memory(130,81): error X5984: Components of register v1 being read, but not declared. v# registers must be declared using dcl statement(s) (down to the component level). Affected components (*): *r/x/0 *g/y/1 *b/z/2 a/w/3
What is going on?
Comment