feat: use Format type in Plane.

This commit is contained in:
Jackson Netherwood-Imig
2026-04-15 14:48:49 -07:00
parent 749a5cfcea
commit 22431aba68
+1 -1
View File
@@ -181,7 +181,7 @@ pub const PlaneResources = struct {
pub const Plane = struct {
id: u32,
formats: []const u32,
formats: []const Format,
crtc_id: u32,
fb_id: u32,
crtc_x: u32,