| 614 | } |
| 615 | |
| 616 | void AddVertexStream(HVertexStreamDeclaration stream_declaration, const char* name, uint32_t size, Type type, bool normalize) |
| 617 | { |
| 618 | AddVertexStream(stream_declaration, dmHashString64(name), size, type, normalize); |
| 619 | } |
| 620 | |
| 621 | void AddVertexStream(HVertexStreamDeclaration stream_declaration, dmhash_t name_hash, uint32_t size, Type type, bool normalize) |
| 622 | { |