mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 05:02:40 +00:00
[vulkan] Added flag to detect last mode from provokingVertex
This commit is contained in:
@@ -700,6 +700,11 @@ public:
|
||||
return extensions.provoking_vertex;
|
||||
}
|
||||
|
||||
/// Returns true if the device supports provoking-vertex LAST mode.
|
||||
bool IsProvokingVertexLastSupported() const {
|
||||
return features.provoking_vertex.provokingVertexLast;
|
||||
}
|
||||
|
||||
/// Returns true if the device supports VK_KHR_shader_atomic_int64.
|
||||
bool IsExtShaderAtomicInt64Supported() const {
|
||||
return extensions.shader_atomic_int64;
|
||||
|
||||
Reference in New Issue
Block a user