mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
016363a2eb
For the state of this commit on top of 3fca36ec
, before rebasing, see this gist:
https://gist.github.com/eddyb/50c055df2e10756a2704277619e36857
20 lines
519 B
Plaintext
20 lines
519 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" %2
|
|
OpExecutionMode %1 OriginUpperLeft
|
|
%3 = OpString "$OPSTRING_FILENAME/issue-723-output.spirt.rs"
|
|
OpName %4 "issue_723_output::main"
|
|
OpDecorate %2 Location 0
|
|
%5 = OpTypeFloat 32
|
|
%6 = OpTypeVector %5 4
|
|
%7 = OpTypePointer Output %6
|
|
%8 = OpTypeVoid
|
|
%9 = OpTypeFunction %8
|
|
%2 = OpVariable %7 Output
|