mirror of
https://github.com/cimgui/cimgui.git
synced 2025-11-30 21:51:40 +00:00
add nonPOD_used to structs_and_enums.json
This commit is contained in:
@@ -5656,6 +5656,14 @@
|
||||
"ImVec4": true,
|
||||
"ImVector": true
|
||||
},
|
||||
"nonPOD_used": {
|
||||
"ImColor": true,
|
||||
"ImRect": true,
|
||||
"ImTextureRef": true,
|
||||
"ImVec2": true,
|
||||
"ImVec2i": true,
|
||||
"ImVec4": true
|
||||
},
|
||||
"structs": {
|
||||
"ImBitVector": [
|
||||
{
|
||||
|
||||
@@ -4532,6 +4532,13 @@ local t={
|
||||
ImVec2ih=true,
|
||||
ImVec4=true,
|
||||
ImVector=true},
|
||||
nonPOD_used={
|
||||
ImColor=true,
|
||||
ImRect=true,
|
||||
ImTextureRef=true,
|
||||
ImVec2=true,
|
||||
ImVec2i=true,
|
||||
ImVec4=true},
|
||||
structs={
|
||||
ImBitVector={
|
||||
[1]={
|
||||
|
||||
Reference in New Issue
Block a user