DkmGPURegisterDescription Struct

Definition

The description of GPU registers for a GPU compute thread.

public value class DkmGPURegisterDescription
struct DkmGPURegisterDescription
[System.Runtime.InteropServices.Guid("5b4f9bea-1b43-64a4-e441-8b61f377d417")]
public struct DkmGPURegisterDescription
[<System.Runtime.InteropServices.Guid("5b4f9bea-1b43-64a4-e441-8b61f377d417")>]
type DkmGPURegisterDescription = struct
Public Structure DkmGPURegisterDescription
Inheritance
DkmGPURegisterDescription
Attributes

Constructors

DkmGPURegisterDescription(UInt32, UInt32, UInt64, ReadOnlyCollection<Byte>)

Initialize a new DkmGPURegisterDescription value.

Fields

RegisterIndex

The index of a GPU register.

RegisterSize

The size of a GPU register in bytes.

RegisterType

The GPU register type.

RegisterValue

The value bytes of a GPU register. This is normally 16 bytes.

Applies to