mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 08:54:56 +00:00
Updated OutRegister to reflect 'tcx lifetime usage
This commit is contained in:
parent
cb3289b132
commit
ccf01366b8
@ -196,9 +196,9 @@ enum Token<'a, 'cx, 'tcx> {
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
enum OutRegister<'a> {
|
enum OutRegister<'tcx> {
|
||||||
Regular(Word),
|
Regular(Word),
|
||||||
Place(PlaceRef<'a, SpirvValue>),
|
Place(PlaceRef<'tcx, SpirvValue>),
|
||||||
}
|
}
|
||||||
|
|
||||||
enum AsmBlock {
|
enum AsmBlock {
|
||||||
|
Loading…
Reference in New Issue
Block a user