Design WindowInfo abstraction for render queries #12

Open
opened 2025-12-17 01:58:28 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 01:58:28 +00:00 (Migrated from github.com)

Design a clean abstraction for querying window properties from winit handles in the renderer.

Scope:

  • Define WindowInfo struct with minimal state
  • Methods for inner_size, scale_factor queries
  • Clear API contract for renderer use
  • Document design decisions

Acceptance Criteria:

  • WindowInfo struct defined
  • API design documented
  • Design reviewed and approved
  • Ready for implementation in subsequent tasks
Design a clean abstraction for querying window properties from winit handles in the renderer. **Scope:** - Define `WindowInfo` struct with minimal state - Methods for inner_size, scale_factor queries - Clear API contract for renderer use - Document design decisions **Acceptance Criteria:** - [ ] WindowInfo struct defined - [ ] API design documented - [ ] Design reviewed and approved - [ ] Ready for implementation in subsequent tasks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#12