MCPcopy Create free account
hub / github.com/apitrace/apitrace / getProgram

Method getProgram

gui/profiletablemodel.cpp:174–178  ·  view source on GitHub ↗

* Get the shader program associated with an item in the table */

Source from the content-addressed store, hash-verified

172 * Get the shader program associated with an item in the table
173 */
174unsigned ProfileTableModel::getProgram(const QModelIndex & index) const
175{
176 const ProfileTableRow& row = m_rowData[index.row()];
177 return row.program;
178}
179
180
181/**

Callers 1

tableDoubleClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected