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