Conversation
cla-bot bot added the cla-signed
The user has signed the Contributor License Agreement
label
maxdeviant changed the title remove blade, reimplement linux renderer with wgpu gpui: Remove blade, reimplement linux renderer with wgpu
Messages
📖
This PR includes links to the following GitHub Issues: #niri-wm/niri#2335, #44814, #40481, #zortax/zlaunch#15
If this PR aims to close an issue, please include a Closes #ISSUE line at the top of the PR body.
Generated by 🚫 dangerJS against f988a34
use metal_renderer as renderer;
#[cfg(feature = "macos-blade")]
use crate::platform::blade as renderer;
// Safety: The caller guarantees that the window handle is valid for the
// lifetime of this renderer. In practice, the RawWindow struct is created
// from the native window handles and the surface is dropped before the window.
let surface = unsafe {
Open
Closed
Source involved in this report: Read Original Article