Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Buffer& Buffer::Create(float* data, int count, unsigned component_count) noexcept {
  2. return *(new Bald::Platform::Graphics::OpenGLBuffer(data, count, component_count));
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement