Browse Source

Giving maintance to driver features and unused extensions

pull/3062/head
CamilleLaVey 2 months ago
committed by lizzie
parent
commit
24238c215a
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

1
src/video_core/vulkan_common/vulkan_device.cpp

@ -109,7 +109,6 @@ constexpr std::array E5B9G9R9_UFLOAT_PACK32{
} // namespace Alternatives
template <typename T>
void SetNext(void**& next, T& data) {
*next = &data;

Loading…
Cancel
Save