| 137 | } |
| 138 | |
| 139 | size_t CirclesPackHandle::GetPointsCount() const |
| 140 | { |
| 141 | return m_buffer.size() / dp::Batcher::VertexPerQuad; |
| 142 | } |
| 143 | |
| 144 | void CirclesPackShape::Draw(ref_ptr<dp::GraphicsContext> context, CirclesPackRenderData & data) |
| 145 | { |
no test coverage detected