Collection Info

View Source
Collection
vendor
Path
glfw/bindings
Entries
157

Source Files

Constants

1

GLFW_SHARED #

Source
GLFW_SHARED :: #config(GLFW_SHARED, ODIN_OS != .Windows && ODIN_OS != .Darwin)

Config Values

1

GLFW_SHARED #

Source
GLFW_SHARED :: #config(GLFW_SHARED, ODIN_OS != .Windows && ODIN_OS != .Darwin)

Types

31

Procedures

124

GetPlatform #

Source
@(linkage="strong" when ODIN_OS == .Windows else "weak")
GetPlatform :: proc "c" () -> i32 ---

PlatformSupported #

Source
@(linkage="strong" when ODIN_OS == .Windows else "weak")
PlatformSupported :: proc "c" (platform: i32) -> b32 ---