| 3406 | } |
| 3407 | |
| 3408 | void TSBasicVertexFormat::calculateSize() |
| 3409 | { |
| 3410 | GFXVertexFormat fmt; |
| 3411 | vertexSize = 0; |
| 3412 | getFormat(fmt); |
| 3413 | vertexSize = fmt.getSizeInBytes(); |
| 3414 | } |
| 3415 | |
| 3416 | void TSBasicVertexFormat::writeAlloc(TSShapeAlloc* alloc) |
| 3417 | { |
nothing calls this directly
no test coverage detected