<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ShaderGraph/Value",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:11ShaderGraphAAC5ValueO"
  },
  "title" : "ShaderGraph.Value"
}
-->

# ShaderGraph.Value

```
enum Value
```

## Topics

### Enumeration Cases

[`case bool(Bool)`](/documentation/RealityKit/ShaderGraph/Value/bool(_:))

[`case cgColor3(CGColor)`](/documentation/RealityKit/ShaderGraph/Value/cgColor3(_:))

[`case cgColor4(CGColor)`](/documentation/RealityKit/ShaderGraph/Value/cgColor4(_:))

[`case float(Float)`](/documentation/RealityKit/ShaderGraph/Value/float(_:))

[`case float2(SIMD2<Float>)`](/documentation/RealityKit/ShaderGraph/Value/float2(_:))

[`case float2x2(simd_float2x2)`](/documentation/RealityKit/ShaderGraph/Value/float2x2(_:))

[`case float3(SIMD3<Float>)`](/documentation/RealityKit/ShaderGraph/Value/float3(_:))

[`case float3x3(simd_float3x3)`](/documentation/RealityKit/ShaderGraph/Value/float3x3(_:))

[`case float4(SIMD4<Float>)`](/documentation/RealityKit/ShaderGraph/Value/float4(_:))

[`case float4x4(simd_float4x4)`](/documentation/RealityKit/ShaderGraph/Value/float4x4(_:))

[`case half(Float16)`](/documentation/RealityKit/ShaderGraph/Value/half(_:))

[`case half2(SIMD2<Float16>)`](/documentation/RealityKit/ShaderGraph/Value/half2(_:))

[`case half2x2(simd_half2x2)`](/documentation/RealityKit/ShaderGraph/Value/half2x2(_:))

[`case half3(SIMD3<Float16>)`](/documentation/RealityKit/ShaderGraph/Value/half3(_:))

[`case half3x3(simd_half3x3)`](/documentation/RealityKit/ShaderGraph/Value/half3x3(_:))

[`case half4(SIMD4<Float16>)`](/documentation/RealityKit/ShaderGraph/Value/half4(_:))

[`case half4x4(simd_half4x4)`](/documentation/RealityKit/ShaderGraph/Value/half4x4(_:))

[`case int(Int32)`](/documentation/RealityKit/ShaderGraph/Value/int(_:))

[`case int2(SIMD2<Int32>)`](/documentation/RealityKit/ShaderGraph/Value/int2(_:))

[`case int3(SIMD3<Int32>)`](/documentation/RealityKit/ShaderGraph/Value/int3(_:))

[`case int4(SIMD4<Int32>)`](/documentation/RealityKit/ShaderGraph/Value/int4(_:))

[`case string(String)`](/documentation/RealityKit/ShaderGraph/Value/string(_:))

[`case uchar(UInt8)`](/documentation/RealityKit/ShaderGraph/Value/uchar(_:))

[`case uint(UInt32)`](/documentation/RealityKit/ShaderGraph/Value/uint(_:))

### Instance Properties

[`var dataType: ShaderGraph.DataType`](/documentation/RealityKit/ShaderGraph/Value/dataType)

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

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)