GLBuffer.setData

  1. void setData(T[] buffer)
  2. void setData(size_t size, void* data)
    class GLBuffer
    void
    setData
    (
    size_t size
    ,
    void* data
    )

Return Value

Type: void

Copy bytes to the buffer.

Throws

OpenGLException on error.

Meta