compiler/spirv: add XFB and GeometryStreams capability check support

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Alejandro Piñeiro
2018-07-13 13:34:08 +02:00
parent 1e3f61d1d5
commit d69027536c
2 changed files with 10 additions and 2 deletions

View File

@@ -60,6 +60,8 @@ struct spirv_supported_capabilities {
bool atomic_storage;
bool storage_8bit;
bool post_depth_coverage;
bool transform_feedback;
bool geometry_streams;
};
typedef struct shader_info {