Use unformated text functions
This commit is contained in:
parent
fad4f25676
commit
3051c3782f
1 changed files with 2 additions and 2 deletions
|
|
@ -343,8 +343,8 @@ public:
|
||||||
|
|
||||||
ImVec4 clear_color = ImColor(114, 144, 154);
|
ImVec4 clear_color = ImColor(114, 144, 154);
|
||||||
static float f = 0.0f;
|
static float f = 0.0f;
|
||||||
ImGui::Text(example->title.c_str());
|
ImGui::TextUnformatted(example->title.c_str());
|
||||||
ImGui::Text(device->properties.deviceName);
|
ImGui::TextUnformatted(device->properties.deviceName);
|
||||||
|
|
||||||
// Update frame time display
|
// Update frame time display
|
||||||
if (updateFrameGraph) {
|
if (updateFrameGraph) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue