---
title: specularAlbedoTexture
framework: metalfx
role: symbol
role_heading: Instance Property
path: metalfx/mtlfxtemporaldenoisedscalerbase/specularalbedotexture
---

# specularAlbedoTexture

The specular albedo texture this scaler evaluates.

## Declaration

```swift
var specularAlbedoTexture: (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 specularAlbedoTextureUsage requests and the pixel format that specularAlbedoTextureFormat requests.
