X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.h;fp=source%2Fglsl%2Fcompiler.h;h=9d839745aa752e365b81057a3f46b917c52c9401;hb=f82ef715f0d7e1e7d0b93be4b7b89c8ce6bba40b;hp=1c07f3250d9bc4d964168a7fd868a16346e5cd06;hpb=271760e6099bf5f4ad90894697dab911c236a0a3;p=libs%2Fgl.git diff --git a/source/glsl/compiler.h b/source/glsl/compiler.h index 1c07f325..9d839745 100644 --- a/source/glsl/compiler.h +++ b/source/glsl/compiler.h @@ -112,6 +112,8 @@ public: source). */ const std::map &get_uniform_block_bindings() const; + unsigned get_n_clip_distances() const; + /** Returns the mapping of source indices to filenames. Can be used to translate error messages. */ const SourceMap &get_source_map() const;