Feature #38
+= -= *= /= don't work with pixel classes
| Status: | New | Start: | 06/05/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | Cyrille Berger | % Done: | 0% |
|
| Category: | OpenShiva | |||
| Target version: | 1.0.0 |
Description
The following code doesn't work:
pixel3 px;
px += float3( 1, 2, 3);
px = 0;
while the following works:
px.data += float3(1 ,2 ,3);
px.data = 0;
History
Updated by Cyrille Berger 3 months ago
- Target version set to 1.0.0