mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-23 23:05:18 +00:00
Add vendor:directx and vendor:darwin packages for documentation generation
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//+build windows
|
||||
package all
|
||||
|
||||
|
||||
import botan "vendor:botan"
|
||||
import ENet "vendor:ENet"
|
||||
import gl "vendor:OpenGL"
|
||||
@@ -25,6 +24,15 @@ import stb_vorbis "vendor:stb/vorbis"
|
||||
|
||||
import vk "vendor:vulkan"
|
||||
|
||||
import D3D11 "vendor:directx/d3d11"
|
||||
import D3D12 "vendor:directx/d3d12"
|
||||
import DXGI "vendor:directx/dxgi"
|
||||
|
||||
// note these are technicaly darwin only but they are added to aid with documentation generation
|
||||
import NS "vendor:darwin/Foundation"
|
||||
import MTL "vendor:darwin/Metal"
|
||||
import CA "vendor:darwin/QuartzCore"
|
||||
|
||||
|
||||
_ :: botan
|
||||
_ :: ENet
|
||||
@@ -44,4 +52,10 @@ _ :: stbi
|
||||
_ :: stbrp
|
||||
_ :: stbtt
|
||||
_ :: stb_vorbis
|
||||
_ :: vk
|
||||
_ :: vk
|
||||
_ :: D3D11
|
||||
_ :: D3D12
|
||||
_ :: DXGI
|
||||
_ :: NS
|
||||
_ :: MTL
|
||||
_ :: CA
|
||||
Reference in New Issue
Block a user