mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-09 12:47:53 -05:00
shader_recompiler: throw on missing geometry streams in geometry shaders
This commit is contained in:
@ -499,6 +499,11 @@ public:
|
||||
return extensions.transform_feedback;
|
||||
}
|
||||
|
||||
/// Returns true if the device supports VK_EXT_transform_feedback properly.
|
||||
bool AreTransformFeedbackGeometryStreamsSupported() const {
|
||||
return features.transform_feedback.geometryStreams;
|
||||
}
|
||||
|
||||
/// Returns true if the device supports VK_EXT_custom_border_color.
|
||||
bool IsExtCustomBorderColorSupported() const {
|
||||
return extensions.custom_border_color;
|
||||
|
Reference in New Issue
Block a user