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
|
|
@ -413,6 +413,7 @@ enum TResourceType {
|
|||
EResCount
|
||||
};
|
||||
|
||||
|
||||
// Make one TShader per shader that you will link into a program. Then
|
||||
// - provide the shader through setStrings() or setStringsWithLengths()
|
||||
// - optionally call setEnv*(), see below for more detail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue