mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-26 08:45:43 +00:00
016363a2eb
For the state of this commit on top of 3fca36ec
, before rebasing, see this gist:
https://gist.github.com/eddyb/50c055df2e10756a2704277619e36857
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
OpCapability Shader
|
|
OpCapability Float64
|
|
OpCapability Int64
|
|
OpCapability Int16
|
|
OpCapability Int8
|
|
OpCapability ShaderClockKHR
|
|
OpExtension "SPV_KHR_shader_clock"
|
|
OpMemoryModel Logical Simple
|
|
OpEntryPoint Fragment %1 "main"
|
|
OpExecutionMode %1 OriginUpperLeft
|
|
%2 = OpString "$OPSTRING_FILENAME/generic-fn-op-name.spirt.rs"
|
|
OpName %3 "generic_fn_op_name::main"
|
|
OpName %4 "generic_fn_op_name::generic::<f32, {spirv_std_types::image_params::Dimensionality::TwoD}>"
|
|
%5 = OpTypeVoid
|
|
%6 = OpTypeFunction %5
|