wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add constructor based value creator #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  e.g.
    x = float4( 1.0f, 1.0f, 0.0f, 2.0f );

Original issue reported on code.google.com by wuye9036 on 21 Nov 2011 at 1:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue was updated by revision 5be56c0422b7.

SASL:
  Add constructors support and sisd was tested.
  Change visibility of undef_value from protected to public.
  Add 'constructor' flag to function_register and storage_si.
  Fixed a bug that operand type of unary operator check is too widely.
  Fixed a bug of unary operators parse in syntax tree builder.

Original comment by wuye9036 on 5 Mar 2012 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 5 Mar 2012 at 6:25