---
title: diffuseAlbedoTexture
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporaldenoisedscalerbase/diffusealbedotexture
---

# diffuseAlbedoTexture

The diffuse albedo texture this scaler evaluates.

## Declaration

```swift
var diffuseAlbedoTexture: (any MTLTexture)? { get set }
```

## Discussion

Discussion You are responsible for ensuring the usage and pixel format of the texture you assign to this property matches the texture usage diffuseAlbedoTextureUsage requests and the pixel format that diffuseAlbedoTextureFormat requests.
