Searched refs:DataTypeGetDesc (Results 1 – 1 of 1) sorted by relevance
502 …if (ImGui::BeginCombo("##combo_type", DataTypeGetDesc(PreviewDataType), ImGuiComboFlags_HeightLarg…505 if (ImGui::Selectable(DataTypeGetDesc((DataType)n), PreviewDataType == n))536 const char* DataTypeGetDesc(DataType data_type) const in DataTypeGetDesc() function