mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-25 02:24:24 +00:00
This commit is contained in:
parent
0cff5ac5a1
commit
fd06ed833b
20 changed files with 23 additions and 25 deletions
|
|
@ -118,7 +118,7 @@ struct ImGui_ImplVulkan_Data
|
|||
|
||||
ImGui_ImplVulkan_Data()
|
||||
{
|
||||
memset(this, 0, sizeof(*this));
|
||||
memset((void*)this, 0, sizeof(*this));
|
||||
BufferMemoryAlignment = 256;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue