Skip to content

Fix compiling with Ash feature #178

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
Collaborator

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

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