fix const linking
This commit is contained in:
@@ -68,6 +68,10 @@ class ExampleGenerator : Cpp2BeefGenerator, this(Span<char8*> args)
|
||||
let spelling = GetCursorSpelling!(cursor);
|
||||
if (spelling == "ktxHashList" || spelling == "ktxHashListEntry" || spelling == "ktxStream")
|
||||
return;
|
||||
case .VarDecl:
|
||||
let spelling = GetCursorSpelling!(cursor);
|
||||
if (spelling == "KTX_ETC1S_DEFAULT_COMPRESSION_LEVEL")
|
||||
return;
|
||||
case .MacroDefinition:
|
||||
let spelling = GetCursorSpelling!(cursor);
|
||||
if (spelling == "KTXTEXTURECLASSDEFN" || spelling == "KTX_APIENTRYP" || spelling == "KTX_API" ||
|
||||
|
||||
Reference in New Issue
Block a user