EXT_ray_tracing requires spv1.4 (#2237)
* EXT_ray_tracing requires spv1.4 * Fix typo. * Add extension data table. * Updated feedback #2.
This commit is contained in:
parent
d0c9129d2f
commit
d39b8afc47
14 changed files with 91 additions and 37 deletions
|
|
@ -1,5 +1,5 @@
|
|||
spv.ext.RayGenShader11.rgen
|
||||
// Module Version 10000
|
||||
// Module Version 10400
|
||||
// Generated by (magic number): 80008
|
||||
// Id's are bound by 53
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ spv.ext.RayGenShader11.rgen
|
|||
Extension "SPV_KHR_ray_tracing"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint RayGenerationKHR 4 "main" 11 21
|
||||
EntryPoint RayGenerationKHR 4 "main" 11 21 29 39 52
|
||||
Source GLSL 460
|
||||
SourceExtension "GL_EXT_ray_tracing"
|
||||
Name 4 "main"
|
||||
|
|
@ -29,7 +29,7 @@ spv.ext.RayGenShader11.rgen
|
|||
Decorate 29(accEXT) Binding 0
|
||||
MemberDecorate 37(block) 0 Offset 0
|
||||
MemberDecorate 37(block) 1 Offset 16
|
||||
Decorate 37(block) BufferBlock
|
||||
Decorate 37(block) Block
|
||||
Decorate 52(payload) Location 0
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue