金屬紋理格式bgra8Unorm\U srgb在金屬系列2 GPU上不可寫

我將一個帶有MTLPixelFormat.bgra8Unorm_srgb的紋理傳遞給一個計算著色器,該著色器對此紋理有一個texture2d<float, access::write>。我得到以下錯誤:

  • validateComputeFunctionArguments:818: failed assertion Compute Function(rescaleTexture): Non-writeable texture format MTLPixelFormat.BGRA8Unorm_sRGB is being bound at index 1 to a shader argument with write access enabled.

我有一個“Metal Family 2 GPU”(Intel Iris Plus Graphics 640,Metal Family:Supported,Metal GPUFamily macOS 2),根據(jù)蘋果的文檔,具有MTLPixelFormat.BGRA8Unorm_sRGB像素格式的紋理應(yīng)該是可寫的。

我做錯了什么?

以下是我用來創(chuàng)建紋理的(部分)代碼:

let desc = MTLTextureDescriptor.texture2DDescriptor(
    pixelFormat: MTLPixelFormat.bgra8Unorm_srgb,
    width: outputTextureWidth,
    height: outputTextureHeight,
    mipmapped: false)
desc.usage = [.shaderRead, .shaderWrite]
let tex = device.makeTexture(descriptor: desc)

以下是著色器代碼的(一部分):

kernel void
rescaleTexture(texture2d<float, access::sample> source [[texture(0)]],
               texture2d<float, access::write> target [[texture(1)]],
               uint2 id [[thread_position_in_grid]])
{
    if (id.x >= target.get_width() || id.y >= target.get_height()) {
        return;
    }

    const float u = (float)id.x / (target.get_width () - 1);
    const float v = (float)id.y / (target.get_height () - 1);

    target.write (source.sample (sampler_linear_no_mipmap, float2 (u, v)), id);
}
? 最佳回答:

根據(jù)金屬特征集表格:BGRA8Unorm_sRGBMTLGPUFamilyMac2處理器的紋理格式具有以下功能:

  • Filter
  • Color
  • MSAA
  • Resolve
  • Blend

這意味著設(shè)備上的函數(shù)無法寫入格式為BGRA8Unorm_sRGB的紋理。

主站蜘蛛池模板: 久久人妻无码一区二区| 精品一区二区三区水蜜桃| 国产高清在线精品一区二区 | 亚洲第一区精品观看| 亚洲一区二区三区91| 狠狠做深爱婷婷综合一区| 日本一区二三区好的精华液| 精品无码日韩一区二区三区不卡 | 日韩一区精品视频一区二区| av在线亚洲欧洲日产一区二区| 春暖花开亚洲性无区一区二区| 3d动漫精品一区视频在线观看| 亚洲一区二区三区无码影院| 无码精品蜜桃一区二区三区WW| 国产伦精品一区二区三区无广告 | 曰韩精品无码一区二区三区| 欧美日韩综合一区二区三区| 日韩一区二区三区视频久久| 在线不卡一区二区三区日韩| 国产免费av一区二区三区| 亚洲午夜精品一区二区公牛电影院 | 无码少妇一区二区性色AV| 一区二区三区在线| 日韩在线视频不卡一区二区三区 | 一夲道无码人妻精品一区二区 | 久久一区不卡中文字幕| 中文字幕日韩丝袜一区| 无码精品蜜桃一区二区三区WW| 亚洲国产日韩在线一区| 精品国产一区二区三区在线观看| 一区二区高清视频在线观看| 日韩精品无码Av一区二区| 国产乱码伦精品一区二区三区麻豆| 国产av福利一区二区三巨| 国产在线精品一区二区高清不卡| 国产综合无码一区二区三区| 中文无码精品一区二区三区| 国产a∨精品一区二区三区不卡| 久久无码AV一区二区三区| 呦系列视频一区二区三区| 国产精品一区二区香蕉|