Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryLogicalTest_LogicalNot_Scalar.spvasm.expected.wgsl
blob: 8619a4604209638e0b462d4c17a344e214f783c6 [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
bool
=
!(
true
);
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}