Revision 5d2c5dd9f748d728abf2a4361fca71a7f9ec65b6 authored by Yong He on 21 March 2023, 22:44:43 UTC, committed by GitHub on 21 March 2023, 22:44:43 UTC
* Fix IntVal type check.

* add test case result.

---------

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent 96caba7
Raw File
direct-spirv-emit.slang.expected
result code = 0
standard error = {
}
standard output = {
// Module Version 10500
// Generated by (magic number): 0
// Id's are bound by 5

                              Capability Shader
                              MemoryModel Logical GLSL450
                              EntryPoint GLCompute 2  "computeMain"
                              ExecutionMode 2 LocalSize 4 1 1
                              Name 2  "computeMain"
               1:             TypeVoid
               3:             TypeFunction 1
  2(computeMain):           1 Function None 3
               4:             Label
                              Return
                              FunctionEnd
}
back to top