Struct RawInt4
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
Interop type for a Int4 (4 ints).
public struct RawInt4
- Inherited Members
Fields
W
The W component of the vector.
public int W
Field Value
X
The X component of the vector.
public int X
Field Value
Y
The Y component of the vector.
public int Y
Field Value
Z
The Z component of the vector.
public int Z
Field Value
Operators
implicit operator ClearColorValue(RawInt4)
public static implicit operator ClearColorValue(RawInt4 intValue)
Parameters
intValue
RawInt4