| 68 | } |
| 69 | |
| 70 | GPUVertexLayout* DynamicVertexBuffer::GetLayout() const |
| 71 | { |
| 72 | return _layout ? _layout : (GetBuffer() ? GetBuffer()->GetVertexLayout() : nullptr); |
| 73 | } |
| 74 | |
| 75 | void DynamicVertexBuffer::SetLayout(GPUVertexLayout* layout) |
| 76 | { |
nothing calls this directly
no test coverage detected