mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
IMGUI_HAS_TEXTURES do nothing
This commit is contained in:
@@ -2140,11 +2140,11 @@ function M.Parser()
|
|||||||
for k,v in pairs(self.alltypes) do print(k, typetoStr(k) ) end
|
for k,v in pairs(self.alltypes) do print(k, typetoStr(k) ) end
|
||||||
end
|
end
|
||||||
function par:compute_overloads()
|
function par:compute_overloads()
|
||||||
if self.IMGUI_HAS_TEXTURES then
|
-- if self.IMGUI_HAS_TEXTURES then
|
||||||
print"----------replacing ImTextureID with ImTextureUserID"
|
-- print"----------replacing ImTextureID with ImTextureUserID"
|
||||||
REPLACE_TEXTUREID(self)
|
-- REPLACE_TEXTUREID(self)
|
||||||
print"----------end replacing ImTextureID with ImTextureUserID"
|
-- print"----------end replacing ImTextureID with ImTextureUserID"
|
||||||
end
|
-- end
|
||||||
ADDIMSTR_S(self)
|
ADDIMSTR_S(self)
|
||||||
local strt = {}
|
local strt = {}
|
||||||
local numoverloaded = 0
|
local numoverloaded = 0
|
||||||
|
Reference in New Issue
Block a user