<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLAttributeFormat/floatRG11B10",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLAttributeFormat@MTLAttributeFormatFloatRG11B10"
  },
  "title" : "MTLAttributeFormat.floatRG11B10"
}
-->

# MTLAttributeFormat.floatRG11B10

One packed 32-bit value representing pixel data containing 11-bit float red and green channels, and a 10-bit float blue channel.

```
case floatRG11B10
```

## Discussion

This data format is identical to [`MTLPixelFormat.rg11b10Float`](/documentation/Metal/MTLPixelFormat/rg11b10Float), and used in compute functions for manipulating pixels.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)