Remove adapter from iced_wgpu::Renderer
This commit is contained in:
parent
0a0aa3edd9
commit
e2668b882a
1 changed files with 0 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ mod text;
|
|||
|
||||
pub struct Renderer {
|
||||
surface: Surface,
|
||||
adapter: Adapter,
|
||||
device: Device,
|
||||
queue: Queue,
|
||||
quad_pipeline: quad::Pipeline,
|
||||
|
|
@ -92,7 +91,6 @@ impl Renderer {
|
|||
|
||||
Self {
|
||||
surface,
|
||||
adapter,
|
||||
device,
|
||||
queue,
|
||||
quad_pipeline,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue