Skip to content

zink: always set VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT for non-staging resources

Mike Blumenkrantz requested to merge zmike/mesa:zink-watbuffers into master

this is weird but sometimes gallium makes resources with bind==0, which will crash later if we don't add this

Merge request reports