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

Function updatePixelBuffer

src/backend/opengl/update_buffer.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void updatePixelBuffer(const unsigned pBufferId,
66 const size_t pBufferSize,
67 const void* pBufferData)
68{
69 fg_err val = fg_update_pixel_buffer(pBufferId, pBufferSize, pBufferData);
70 if (val!=FG_ERR_NONE)
71 FG_ERROR("Pixel Buffer Object update failed", val);
72}
73
74void finish()
75{

Callers

nothing calls this directly

Calls 1

fg_update_pixel_bufferFunction · 0.85

Tested by

no test coverage detected