MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / ToArray

Method ToArray

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

Source from the content-addressed store, hash-verified

284 virtual ~ArrayType() { /*delete derived_;*/ }
285
286 virtual ArrayType* ToArray() { return this; }
287 virtual const ArrayType* ToArray() const { return this; }
288 virtual bool Compatible(const Type& other) const;
289 virtual int Width() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected