mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
rusticl/queue: make QueueContext::dev public
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32821>
This commit is contained in:
parent
d460cb3675
commit
b2f42dbe61
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ use std::thread::JoinHandle;
|
|||
pub struct QueueContext {
|
||||
// need to use ManuallyDrop so we can recycle the context without cloning
|
||||
ctx: ManuallyDrop<PipeContext>,
|
||||
dev: &'static Device,
|
||||
pub dev: &'static Device,
|
||||
use_stream: bool,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue