Skip to content

Conversation

alvinluke
Copy link

@alvinluke alvinluke commented May 26, 2025

Fix compiling with Ash (Vulkan lib) feature enabled. '0 as _;' was givin errors.

rustc 1.86.0 (05f9846f8 2025-03-31)
Platform: Windows
ash = "0.38.0"
sdl3 = { version = "0.14.27", features = ["build-from-source-static"] }
sdl3-sys = { version = "0.5.1", features = ["build-from-source-static", "use-ash-v0-38"] }

Fix compiling with Ash (Vulkan lib) feature enabled. '0 as _;' was givin errors.
@revmischa
Copy link
Member

error[E0599]: no function or associated item named null found for raw pointer *mut __VkSurfaceKHR in the current scope
--> src/sdl3/video.rs:1712:55

@revmischa
Copy link
Member

@alvinluke I think there were some errors in CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants