| 1301 | } |
| 1302 | |
| 1303 | void GL46Engine::Flush() |
| 1304 | { |
| 1305 | glFlush(); |
| 1306 | } |
| 1307 | |
| 1308 | uint64_t GL46Engine::DrawPrimitive(std::shared_ptr<VertexBuffer> const& vbuffer, |
| 1309 | std::shared_ptr<IndexBuffer> const& ibuffer, std::shared_ptr<VisualEffect> const& effect) |