Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAL2] Pal 2 introduction tutorial #77

Open
wants to merge 41 commits into
base: docfx
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e87d773
Started working on a pal2 tutorial
NogginBops Dec 15, 2022
f95fad6
Finished initial version of the pal2 introduction tutorial
NogginBops Dec 17, 2022
846ad11
Add pal2 introduction to table of content
NogginBops Dec 17, 2022
d306ec4
Updated component creation with new cross platform component creation
NogginBops Jan 16, 2023
a2ff875
Added breif tutorial on platform specific settings
NogginBops Jan 16, 2023
fcf0f51
Merge branch 'docfx' of github.com:opentk/opentk.net into pal2-tutorial
NogginBops Feb 6, 2023
a5053c0
Event documentation
NogginBops Feb 6, 2023
dc17e43
fixed event links
NogginBops Feb 6, 2023
b94c546
Edited pal2 intro
NogginBops Feb 6, 2023
0736ee8
Changed notice
NogginBops Feb 6, 2023
bdd7f0b
Newest changes
NogginBops Feb 6, 2023
6dcfec5
Updated to latest
NogginBops Feb 7, 2023
badf50e
Updated to latest pal2 changes
NogginBops Feb 13, 2023
023c8cf
Update
NogginBops Feb 13, 2023
f1ba8b7
Update
NogginBops Feb 13, 2023
929ebf0
Update
NogginBops Feb 15, 2023
818874a
Merge branch 'docfx' of github.com:NogginBops/opentk.net into pal2-tu…
NogginBops Apr 17, 2023
3e16447
Updated notice in the pal2 tutorial
NogginBops Apr 17, 2023
560499d
Updated to latest PAL2 work.
NogginBops Jun 24, 2023
0a96364
Updated to latest pal2 work
NogginBops Jun 28, 2023
92c3ad2
Updated to latest docfx
NogginBops Jun 28, 2023
f6c1573
Update to latest pal2 work
NogginBops Oct 1, 2023
874c08b
Updated to latest pal2 work.
NogginBops Oct 13, 2023
4090b33
Work on documenting more things about PAL2.
NogginBops Oct 14, 2023
d5c707d
Update to latest pal2.
NogginBops Oct 14, 2023
d512a55
Fix casing
NogginBops Oct 14, 2023
e8d98c9
Documented macOS platform specific functions
NogginBops Feb 4, 2024
1075081
Add logging to the introduction
NogginBops Mar 2, 2024
8995dd6
Update to latest PAL2 work
NogginBops Mar 2, 2024
707df2e
Updated to latest pal2 work
NogginBops Mar 6, 2024
01b4bac
Update platform specific functions
NogginBops Mar 6, 2024
102a65f
Merge branch 'docfx' of github.com:opentk/opentk.net into pal2-tutorial
NogginBops Mar 6, 2024
5956718
Updated to latest pal2 work
NogginBops Jul 10, 2024
3400d2f
Merge branch 'docfx' of github.com:opentk/opentk.net into pal2-tutorial
NogginBops Jul 10, 2024
d1404ae
Merge branch 'docfx' of github.com:opentk/opentk.net into pal2-tutorial
NogginBops Jul 10, 2024
e097a37
Fix exclusion filters.
NogginBops Aug 9, 2024
82c2483
Updated api definitions to 5.0-pre.11
NogginBops Aug 9, 2024
2dcf18d
Updated pal2 tutorial.
NogginBops Aug 9, 2024
c4d973e
Fix typo
NogginBops Aug 11, 2024
c5626aa
Added application icon guide to pal2 tutorial.
NogginBops Aug 27, 2024
8e0325e
Added pal2 Vulkan guide. Fixed wrong bookmark in pal2 Application Ico…
NogginBops Aug 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"docfx": {
"version": "2.65.2",
"version": "2.77.0",
"commands": [
"docfx"
]
Expand Down
10,607 changes: 10,607 additions & 0 deletions api/.manifest

Large diffs are not rendered by default.

50 changes: 15 additions & 35 deletions api/OpenTK.Audio.OpenAL.AL.EXTDouble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ items:
id: AL.EXTDouble
parent: OpenTK.Audio.OpenAL
children:
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double[],System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double@,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double*,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double@,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double[],System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Span{System.Double},System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTDouble.ExtensionName
- OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent
Expand All @@ -19,12 +19,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble
type: Class
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: EXTDouble
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Double\EXTDouble.cs
startLine: 16
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -57,12 +53,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.ExtensionName
type: Field
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: ExtensionName
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Double\EXTDouble.cs
startLine: 21
assemblies:
- OpenTK.Audio.OpenAL
Expand All @@ -86,12 +78,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent()
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: IsExtensionPresent
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Double\EXTDouble.cs
startLine: 37
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -195,12 +183,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(int, OpenTK.Audio.OpenAL.DoubleBufferFormat, double[], int)
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: BufferData
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Double\EXTDouble.cs
startLine: 68
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -239,12 +223,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(int, OpenTK.Audio.OpenAL.DoubleBufferFormat, System.Span<double>, int)
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: BufferData
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Double/EXTDouble.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Double\EXTDouble.cs
startLine: 78
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -323,27 +303,27 @@ references:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
commentId: M:OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
parent: OpenTK.Audio.OpenAL.ALBase
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
name: RegisterOpenALResolver()
nameWithType: ALBase.RegisterOpenALResolver()
fullName: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver()
spec.csharp:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
name: RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
- name: (
- name: )
spec.vb:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
name: RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
- name: (
- name: )
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
commentId: M:OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
parent: OpenTK.Audio.OpenAL.ALBase
isExternal: true
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
name: LoadDelegate<TDelegate>(string)
nameWithType: ALBase.LoadDelegate<TDelegate>(string)
fullName: OpenTK.Audio.OpenAL.ALBase.LoadDelegate<TDelegate>(string)
Expand All @@ -353,7 +333,7 @@ references:
spec.csharp:
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
name: LoadDelegate
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
- name: <
- name: TDelegate
- name: '>'
Expand All @@ -366,7 +346,7 @@ references:
spec.vb:
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
name: LoadDelegate
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
- name: (
- name: Of
- name: " "
Expand Down Expand Up @@ -617,7 +597,7 @@ references:
name.vb: String
- uid: OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent*
commentId: Overload:OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent
href: OpenTK.Audio.OpenAL.AL.EXTDouble.html#OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent
href: OpenTK.Audio.OpenAL.AL.EXTDouble.html#OpenTK_Audio_OpenAL_AL_EXTDouble_IsExtensionPresent
name: IsExtensionPresent
nameWithType: AL.EXTDouble.IsExtensionPresent
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.IsExtensionPresent
Expand All @@ -634,7 +614,7 @@ references:
name.vb: Boolean
- uid: OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData*
commentId: Overload:OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData
href: OpenTK.Audio.OpenAL.AL.EXTDouble.html#OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData(System.Int32,OpenTK.Audio.OpenAL.DoubleBufferFormat,System.Double*,System.Int32,System.Int32)
href: OpenTK.Audio.OpenAL.AL.EXTDouble.html#OpenTK_Audio_OpenAL_AL_EXTDouble_BufferData_System_Int32_OpenTK_Audio_OpenAL_DoubleBufferFormat_System_Double__System_Int32_System_Int32_
name: BufferData
nameWithType: AL.EXTDouble.BufferData
fullName: OpenTK.Audio.OpenAL.AL.EXTDouble.BufferData
Expand Down
50 changes: 15 additions & 35 deletions api/OpenTK.Audio.OpenAL.AL.EXTFloat32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ items:
id: AL.EXTFloat32
parent: OpenTK.Audio.OpenAL
children:
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single[],System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single@,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single*,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single@,System.Int32,System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single[],System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Span{System.Single},System.Int32)
- OpenTK.Audio.OpenAL.AL.EXTFloat32.ExtensionName
- OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent
Expand All @@ -19,12 +19,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32
type: Class
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: EXTFloat32
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Float32\EXTFloat32.cs
startLine: 16
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -57,12 +53,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.ExtensionName
type: Field
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: ExtensionName
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Float32\EXTFloat32.cs
startLine: 21
assemblies:
- OpenTK.Audio.OpenAL
Expand All @@ -86,12 +78,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent()
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: IsExtensionPresent
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Float32\EXTFloat32.cs
startLine: 37
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -195,12 +183,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(int, OpenTK.Audio.OpenAL.FloatBufferFormat, float[], int)
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: BufferData
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Float32\EXTFloat32.cs
startLine: 68
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -239,12 +223,8 @@ items:
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(int, OpenTK.Audio.OpenAL.FloatBufferFormat, System.Span<float>, int)
type: Method
source:
remote:
path: src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
branch: f3539ad1fda98af9b265e941e0aecfb4662a9bbe
repo: https://github.com/opentk/opentk.git
id: BufferData
path: opentk/src/OpenAL/OpenTK.Audio.OpenAL/Extensions/EXT.Float32/EXTFloat32.cs
path: C:\Users\juliu\Documents\GitHub\opentk.net\website\opentk\src\OpenAL\OpenTK.Audio.OpenAL\Extensions\EXT.Float32\EXTFloat32.cs
startLine: 78
assemblies:
- OpenTK.Audio.OpenAL
Expand Down Expand Up @@ -323,27 +303,27 @@ references:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
commentId: M:OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
parent: OpenTK.Audio.OpenAL.ALBase
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
name: RegisterOpenALResolver()
nameWithType: ALBase.RegisterOpenALResolver()
fullName: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver()
spec.csharp:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
name: RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
- name: (
- name: )
spec.vb:
- uid: OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
name: RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.RegisterOpenALResolver
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_RegisterOpenALResolver
- name: (
- name: )
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
commentId: M:OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
parent: OpenTK.Audio.OpenAL.ALBase
isExternal: true
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
name: LoadDelegate<TDelegate>(string)
nameWithType: ALBase.LoadDelegate<TDelegate>(string)
fullName: OpenTK.Audio.OpenAL.ALBase.LoadDelegate<TDelegate>(string)
Expand All @@ -353,7 +333,7 @@ references:
spec.csharp:
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
name: LoadDelegate
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
- name: <
- name: TDelegate
- name: '>'
Expand All @@ -366,7 +346,7 @@ references:
spec.vb:
- uid: OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
name: LoadDelegate
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK.Audio.OpenAL.ALBase.LoadDelegate``1(System.String)
href: OpenTK.Audio.OpenAL.ALBase.html#OpenTK_Audio_OpenAL_ALBase_LoadDelegate__1_System_String_
- name: (
- name: Of
- name: " "
Expand Down Expand Up @@ -617,7 +597,7 @@ references:
name.vb: String
- uid: OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent*
commentId: Overload:OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent
href: OpenTK.Audio.OpenAL.AL.EXTFloat32.html#OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent
href: OpenTK.Audio.OpenAL.AL.EXTFloat32.html#OpenTK_Audio_OpenAL_AL_EXTFloat32_IsExtensionPresent
name: IsExtensionPresent
nameWithType: AL.EXTFloat32.IsExtensionPresent
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.IsExtensionPresent
Expand All @@ -634,7 +614,7 @@ references:
name.vb: Boolean
- uid: OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData*
commentId: Overload:OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData
href: OpenTK.Audio.OpenAL.AL.EXTFloat32.html#OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData(System.Int32,OpenTK.Audio.OpenAL.FloatBufferFormat,System.Single*,System.Int32,System.Int32)
href: OpenTK.Audio.OpenAL.AL.EXTFloat32.html#OpenTK_Audio_OpenAL_AL_EXTFloat32_BufferData_System_Int32_OpenTK_Audio_OpenAL_FloatBufferFormat_System_Single__System_Int32_System_Int32_
name: BufferData
nameWithType: AL.EXTFloat32.BufferData
fullName: OpenTK.Audio.OpenAL.AL.EXTFloat32.BufferData
Expand Down
Loading