DkmGPUComputeKernel.GroupDimensions Property
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.
Thread group dimensions in a compute kernel.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::UInt32> ^ GroupDimensions { System::Collections::ObjectModel::ReadOnlyCollection<System::UInt32> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<uint> GroupDimensions { get; }
member this.GroupDimensions : System.Collections.ObjectModel.ReadOnlyCollection<uint32>
Public ReadOnly Property GroupDimensions As ReadOnlyCollection(Of UInteger)
Property Value
Returns ReadOnlyCollection<T>.