haasn / libplacebo

Official mirror of libplacebo
http://libplacebo.org/
GNU Lesser General Public License v2.1
547 stars 69 forks source link

vulkan/utils_gen: fix deprecation warning #212

Closed m154k1 closed 11 months ago

m154k1 commented 11 months ago

Fixes a deprecation warning when building with Python 3.12:

DeprecationWarning: Testing an element's truth value will raise an exception in future versions.  Use specific 'len(elem)' or 'elem is not None' test instead.
  if stype and 'values' in stype.attrib: