X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fselect.h;fp=source%2Fselect.h;h=0000000000000000000000000000000000000000;hb=9802b1a34c98266e7c7f861a05186bf01a08fd6f;hp=16d0e47aac3f387b2c3baacb59785e66dabbd5de;hpb=9a9d3517dcfdba5206d9c73ce211feac8e402bc2;p=libs%2Fgl.git diff --git a/source/select.h b/source/select.h deleted file mode 100644 index 16d0e47a..00000000 --- a/source/select.h +++ /dev/null @@ -1,36 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_SELECT_H_ -#define MSP_GL_SELECT_H_ - -#include - -namespace Msp { -namespace GL { - -struct SelectRecord -{ - unsigned min_depth; - unsigned max_depth; - std::vector names; -}; - -void select_buffer(std::vector &); -void init_names(); -void push_name(unsigned); -void pop_name(); -void load_name(unsigned); - -void parse_select_records(const unsigned *buf, unsigned, std::vector &); - -void _parse_internal_select_records(unsigned); - -} // namespace GL -} // namespace Msp - -#endif