You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In standalone Rust builds (like Bazel), the generated headers that
source/table.h transitively includes are not available. Guard the
include and the dispatch_context_message implementation with
SPIRV_RUST_TARGET_ENV since message dispatch to C++ consumers is only
needed in CMake integration builds where the generated headers exist.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments