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

Function fg_get_histogram_vertex_buffer

src/api/c/histogram.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84fg_err fg_get_histogram_vertex_buffer(unsigned* pOut, const fg_histogram pHistogram)
85{
86 try {
87 ARG_ASSERT(1, (pHistogram!=0));
88
89 *pOut = getHistogram(pHistogram)->vbo();
90 }
91 CATCHALL
92
93 return FG_ERR_NONE;
94}
95
96fg_err fg_get_histogram_color_buffer(unsigned* pOut, const fg_histogram pHistogram)
97{

Callers 1

verticesMethod · 0.85

Calls 2

getHistogramFunction · 0.85
vboMethod · 0.45

Tested by

no test coverage detected