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:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user