Wrapper for OpenAL buffer object. More...
#include <oalplus/config.hpp>#include <oalplus/fwd.hpp>#include <oalplus/alfunc.hpp>#include <oalplus/data_format.hpp>#include <oalplus/error/object.hpp>#include <oalplus/object/wrapper.hpp>#include <cassert>Go to the source code of this file.
Classes | |
| class | oalplus::ObjGenDelOps< tag::Buffer > |
| Class wrapping AL buffer construction/destruction functions. More... | |
| class | oalplus::ObjectOps< tag::DirectState, tag::Buffer > |
| Wrapper for OpenAL buffer operations. More... | |
Namespaces | |
| oalplus | |
| All definitions of OALplus are nested in the oalplus namespace. | |
| oglplus | |
Typedefs | |
| typedef Object< BufferOps > | oalplus::Buffer |
| An oalplus_object encapsulating the OpenAL buffer functionality. | |
Wrapper for OpenAL buffer object.
Copyright 2012-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)