DkmGPURegisterDescription Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |