Vendor wgpu integration helpers #9

Closed
opened 2025-12-17 01:41:22 +00:00 by siennathesane · 1 comment
siennathesane commented 2025-12-17 01:41:22 +00:00 (Migrated from github.com)

Vendor Bevy's wgpu integration helpers and type wrappers.

Scope:

  • Copy wgpu integration utilities
  • Type wrappers for wgpu types
  • Helper functions for device/queue management

Acceptance Criteria:

  • wgpu helpers compile
  • Type wrappers are accessible
  • Integrates with render module
Vendor Bevy's wgpu integration helpers and type wrappers. **Scope:** - Copy wgpu integration utilities - Type wrappers for wgpu types - Helper functions for device/queue management **Acceptance Criteria:** - [ ] wgpu helpers compile - [ ] Type wrappers are accessible - [ ] Integrates with render module
siennathesane commented 2025-12-23 23:59:44 +00:00 (Migrated from github.com)

Complete

wgpu integration helpers vendored as part of bevy_render:

  • Type wrappers in render_resource module
  • Device/queue management utilities
  • All wgpu integration code included in bevy_render vendoring
  • Properly integrated with rendering pipeline

All acceptance criteria met. Vendored as part of #6 bevy_render module.

✅ **Complete** wgpu integration helpers vendored as part of bevy_render: - Type wrappers in `render_resource` module - Device/queue management utilities - All wgpu integration code included in bevy_render vendoring - Properly integrated with rendering pipeline All acceptance criteria met. Vendored as part of #6 bevy_render module.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#9