Skip to content

Commit b7f67dc

Browse files
committed
add debug impl LiteralVector
Signed-off-by: sagudev <[email protected]>
1 parent 3fc3e18 commit b7f67dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

naga/src/proc/constant_evaluator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ gen_component_wise_extractor! {
257257
/// Vector for each [`Literal`] type
258258
///
259259
/// This type ensures that all elements have same type
260+
#[derive(Debug)]
260261
enum LiteralVector {
261262
F64(ArrayVec<f64, { crate::VectorSize::MAX }>),
262263
F32(ArrayVec<f32, { crate::VectorSize::MAX }>),

0 commit comments

Comments
 (0)