Table of Contents

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

int

X

The X component of the vector.

public int X

Field Value

int

Y

The Y component of the vector.

public int Y

Field Value

int

Z

The Z component of the vector.

public int Z

Field Value

int

Operators

implicit operator ClearColorValue(RawInt4)

public static implicit operator ClearColorValue(RawInt4 intValue)

Parameters

intValue RawInt4

Returns

ClearColorValue