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

Function fg_get_plot_vertex_buffer

src/api/c/plot.cpp:100–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100fg_err fg_get_plot_vertex_buffer(unsigned* pOut, const fg_plot pPlot)
101{
102 try {
103 ARG_ASSERT(1, (pPlot!=0));
104
105 *pOut = getPlot(pPlot)->vbo();
106 }
107 CATCHALL
108
109 return FG_ERR_NONE;
110}
111
112fg_err fg_get_plot_color_buffer(unsigned* pOut, const fg_plot pPlot)
113{

Callers 1

verticesMethod · 0.85

Calls 2

getPlotFunction · 0.85
vboMethod · 0.45

Tested by

no test coverage detected