feature: Improve device quirks support
This commit is contained in:
parent
79c7846ecd
commit
ad451ac014
6 changed files with 50 additions and 23 deletions
|
@ -4,9 +4,10 @@ from dataclasses import dataclass
|
|||
import uuid
|
||||
|
||||
@dataclass
|
||||
class EvdiDisplaySpec:
|
||||
class UnrealXRDisplayMetadata:
|
||||
edid: bytes
|
||||
device_vendor: str
|
||||
device_quirks: dict[str, str | int]
|
||||
max_width: int
|
||||
max_height: int
|
||||
max_refresh_rate: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue