Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
extensions
/
dynamic_binding
/
resource_table
/
has_binding.wgsl
blob: 07ae7930ad390ed0814ad3fc93af804e8ff79c5f [
file
] [
log
] [
blame
]
enable chromium_experimental_resource_table
;
const
kHouseTexture
=
4u
;
@fragment
fn fs
()
{
let
t
=
hasResource
<
texture_2d
<i32>
>(
kHouseTexture
);
}