mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
IDL C#: Removed C++ only functions.
This commit is contained in:
@@ -276,6 +276,10 @@ end
|
||||
|
||||
function converter.funcs(func)
|
||||
|
||||
if func.cpponly then
|
||||
return
|
||||
end
|
||||
|
||||
if func.comments ~= nil then
|
||||
yield("/// <summary>")
|
||||
for _, line in ipairs(func.comments) do
|
||||
|
||||
Reference in New Issue
Block a user