| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
int The value of the maximum component of the vector.
Returns the maximum component of an int2 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
int The value of the maximum component of the vector.
Returns the maximum component of an int3 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
int The value of the maximum component of the vector.
Returns the maximum component of an int4 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
uint The value of the maximum component of the vector.
Returns the maximum component of a uint2 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
uint The value of the maximum component of the vector.
Returns the maximum component of a uint3 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
uint The value of the maximum component of the vector.
Returns the maximum component of a uint4 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
float The value of the maximum component of the vector.
Returns the maximum component of a float2 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
float The value of the maximum component of the vector.
Returns the maximum component of a float3 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
float The value of the maximum component of the vector.
Returns the maximum component of a float4 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
double The value of the maximum component of the vector.
Returns the maximum component of a double2 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
double The value of the maximum component of the vector.
Returns the maximum component of a double3 vector.
| Parameter | Description |
|---|---|
| x | The vector to use when computing the maximum component. |
double The value of the maximum component of the vector.
Returns the maximum component of a double4 vector.