Commit 412ff6ea by Christoph Kubisch

minor naming cleanup

parent 55ba3eaf
......@@ -1525,7 +1525,7 @@ void usage()
" --auto-map-locations | --aml automatically locate input/output lacking\n"
" 'location' (fragile, not cross stage)\n"
" --client {vulkan<ver>|opengl<ver>} see -V and -G\n"
" --dump-builtin-symbols prints builint symbol table prior each stage\n"
" --dump-builtin-symbols prints builtin symbol table prior each compile\n"
" -dumpfullversion | -dumpversion print bare major.minor.patchlevel\n"
" --flatten-uniform-arrays | --fua flatten uniform texture/sampler arrays to\n"
" scalars\n"
......
......@@ -116,7 +116,7 @@ public:
}
virtual int getNumExtensions() const { return extensions == nullptr ? 0 : (int)extensions->size(); }
virtual const char** getExtensions() const { return extensions->data(); }
virtual void dump(TInfoSink &infoSink, bool pretty = false) const = 0;
virtual void dump(TInfoSink &infoSink, bool complete = false) const = 0;
void dumpExtensions(TInfoSink &infoSink) const;
virtual bool isReadOnly() const { return ! writable; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment