|
@@ -12,14 +12,14 @@ return {
|
|
|
description = 'A table of features and whether or not they are supported.',
|
|
|
table = {
|
|
|
{
|
|
|
- name = 'writableblocks',
|
|
|
+ name = 'computeshaders',
|
|
|
type = 'boolean',
|
|
|
- description = 'Whether ShaderBlock objects can be created with the \'writable\' flag.'
|
|
|
+ description = 'Whether compute shaders are available.'
|
|
|
},
|
|
|
{
|
|
|
- name = 'computeshaders',
|
|
|
+ name = 'singlepass',
|
|
|
type = 'boolean',
|
|
|
- description = 'Whether compute shaders are available.'
|
|
|
+ description = 'Whether single pass stereo rendering is supported.'
|
|
|
}
|
|
|
}
|
|
|
}
|