MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / ~StructType

Method ~StructType

libs/wgtcc/type.h:364–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 bool hasTag,
363 pp::Scope* parent);
364 virtual ~StructType() {}
365 virtual StructType* ToStruct() { return this; }
366 virtual const StructType* ToStruct() const { return this; }
367 virtual bool Compatible(const Type& other) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected