From 0fba55eec2db740b2ba8a235fe00fb8461bdb819 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 18 Jan 2008 13:55:42 +0000 Subject: [PATCH] Removed rename AL.Bool to bool item. --- Source/OpenTK/OpenAL/History.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/OpenAL/History.txt b/Source/OpenTK/OpenAL/History.txt index f3224de3..fe208758 100644 --- a/Source/OpenTK/OpenAL/History.txt +++ b/Source/OpenTK/OpenAL/History.txt @@ -35,6 +35,6 @@ Todo: - Identify: AL_FILTER_FIRST_PARAMETER, AL_FILTER_LAST_PARAMETER AL_EFFECT_FIRST_PARAMETER, AL_EFFECT_LAST_PARAMETER -- use [MarshalAs(UnmanagedType)] attribute, instead of bool? investigate + - AL.BindBuffer helper function ala GL.BindBuffer? (Wraps AL.Source, better consistency) -- change all "name" into "handle" to avoid confusion? \ No newline at end of file +- change all "name" into "handle" to avoid confusion?