Home
last modified time | relevance | path

Searched defs:MemoryEditor (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h59 struct MemoryEditor struct
61 typedef unsigned char u8;
63 enum DataType
78 enum DataFormat
87 … // = true // set to false when DrawWindow() was closed. ignore if not using DrawWindow().
88 bool ReadOnly; // = false // disable any editing.
89 …nt Cols; // = 16 // number of columns to display.
90 …button/context menu. when disabled, options will be locked unless you provide your own UI for them.
91 …ay a footer previewing the decimal/binary/hex/float representation of the currently selected bytes.
115 MemoryEditor() in MemoryEditor() argument
[all …]