MCPcopy Create free account
hub / github.com/arrayfire/forge / updateVertexBuffer

Function updateVertexBuffer

src/backend/opengl/update_buffer.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace forge
55{
56void updateVertexBuffer(const unsigned pBufferId,
57 const size_t pBufferSize,
58 const void* pBufferData)
59{
60 fg_err val = fg_update_vertex_buffer(pBufferId, pBufferSize, pBufferData);
61 if (val!=FG_ERR_NONE)
62 FG_ERROR("Vertex Buffer Object update failed", val);
63}
64
65void updatePixelBuffer(const unsigned pBufferId,
66 const size_t pBufferSize,

Callers

nothing calls this directly

Calls 1

fg_update_vertex_bufferFunction · 0.85

Tested by

no test coverage detected