Skip to content
  • Xaver Hugl's avatar
    backends/drm: don't expose DrmPipeline state as a public member · e7959b96
    Xaver Hugl authored
    While having all state be public is great for avoiding the boilerplate that
    comes with setters and getters, it also exposes more state than necessary
    to the rest of the backend and makes it more error-prone if more than one
    part of the state needs to be changed at the same time.
    e7959b96