版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...
The format in question isDXGI_FORMAT_R32G32B32_FLOAT, if the Vulkan driver does not support this with the required usage flags (D3D11_BIND_SHADER_RESOURCEin this case) then there's really not much we can do. I guess the proper fix would be to implement format emulation in the D3D11 f...