mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 16:25:25 +00:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
OpCapability Linkage
|
|
OpName %2 "Other void"
|
|
OpDecorate %1 LinkageAttributes "foo" Import
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%4 = OpTypeFloat 32
|
|
%5 = OpVariable %4 Uniform
|
|
%1 = OpFunction %2 None %3
|
|
OpFunctionEnd |