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:
@@ -1,5 +1,5 @@
|
||||
spv.ext.MissShader.rmiss
|
||||
// Module Version 10000
|
||||
// Module Version 10400
|
||||
// Generated by (magic number): 80008
|
||||
// Id's are bound by 54
|
||||
|
||||
@@ -7,7 +7,7 @@ spv.ext.MissShader.rmiss
|
||||
Extension "SPV_KHR_ray_tracing"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint MissKHR 4 "main" 11 14 21 24 29 32
|
||||
EntryPoint MissKHR 4 "main" 11 14 21 24 29 32 36 51 53
|
||||
Source GLSL 460
|
||||
SourceExtension "GL_EXT_ray_tracing"
|
||||
Name 4 "main"
|
||||
|
||||
Reference in New Issue
Block a user