mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
remove extraneous comma in shader entry point generation (#2136)
This commit is contained in:
parent
a2d3d80ce1
commit
58fe067033
@ -51,7 +51,7 @@ pub(super) fn write_entry_point(
|
||||
input_interface: #input_interface,
|
||||
output_interface: #output_interface,
|
||||
},
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user