[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Counter.Create

Create Method

Create(Device, CounterDescription)

Constructs a new Counter based on the specified description.

Declaration
public static Counter Create(Device device, CounterDescription description)
Public Shared Function Create(device As Device, description As CounterDescription) As Counter
Parameters
Type Name Description
Device device

The device with which to associate the state object.

CounterDescription description

The counter description.

Returns
Type Description
Counter