mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +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),
|
||||
Place(PlaceRef<'a, SpirvValue>),
|
||||
Place(PlaceRef<'tcx, SpirvValue>),
|
||||
}
|
||||
|
||||
enum AsmBlock {
|
||||
|
Loading…
Reference in New Issue
Block a user