Skip to content

Commit

Permalink
Fix #157: Invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
Slabity committed Sep 22, 2023
1 parent 6ac66cd commit abc4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ and [`legacy_modeset`](https://github.com/Smithay/drm-rs/blob/develop/examples/l

Rendering is done by [creating](https://docs.rs/drm/*/drm/control/trait.Device.html#method.add_framebuffer) and
[attaching](https://docs.rs/drm/*/drm/control/trait.Device.html#method.page_flip) [framebuffers](https://docs.rs/drm/*/drm/control/framebuffer/index.html)
to [crtcs](https://docs.rs/drm/*/drm/control/crtcs/index.html).
to [crtcs](https://docs.rs/drm/*/drm/control/crtc/index.html).

A framebuffer is created from anything implementing [`Buffer`](https://docs.rs/drm/*/drm/buffer/trait.Buffer.html) like the always
available, but very limited, [`DumbBuffer`](https://docs.rs/drm/*/drm/control/dumbbuffer/struct.DumbBuffer.html).
Expand Down

0 comments on commit abc4073

Please sign in to comment.