Access stream with vertex color attribute.
| 199 | |
| 200 | // Access stream with vertex color attribute. |
| 201 | FORCE_INLINE Stream Color() |
| 202 | { |
| 203 | return Attribute(VertexElement::Types::Color); |
| 204 | } |
| 205 | |
| 206 | // Access stream with vertex normal vector attribute. |
| 207 | FORCE_INLINE Stream Normal() |
no test coverage detected