Access stream with vertex position attribute.
| 193 | |
| 194 | // Access stream with vertex position attribute. |
| 195 | FORCE_INLINE Stream Position() |
| 196 | { |
| 197 | return Attribute(VertexElement::Types::Position); |
| 198 | } |
| 199 | |
| 200 | // Access stream with vertex color attribute. |
| 201 | FORCE_INLINE Stream Color() |
no test coverage detected