DkmGPUComputeKernel.GroupDimensions Propriedade

Definição

Dimensões do grupo de threads em um kernel de computação.

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)

Valor da propriedade

ReadOnlyCollection<UInt32>

Retorna ReadOnlyCollection<T>.

Aplica-se a