<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShaderGraph-Docs",
  "identifier" : "/documentation/ShaderGraph/Data/Separate-2",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_separate2_vector2"
  },
  "title" : "Separate 2"
}
-->

# Separate 2

Outputs each of the channels of a vector2 or integer2 as individual float or integer outputs.

## Parameter Types

**Separate 2 (vector2f):**

|Input|Type    |
                |-----|--------|
                |`In` |Vector2f|

|Output|Type |
                |------|-----|
                |`x`   |Float|
                |`y`   |Float|

**Separate 2:**

|Input|Type    |
                |-----|--------|
                |`In` |Integer2|

|Output|Type |
                |------|-----|
                |`Outx`|Int32|
                |`Outy`|Int32|

**Separate 2 (vector2h):**

|Input|Type    |
                |-----|--------|
                |`In` |Vector2h|

|Output|Type|
                |------|----|
                |`Outx`|Half|
                |`Outy`|Half|

---

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)