'Declaration Public Overloads Shared Function Create( _ ByVal device As Device, _ ByVal resource As Resource, _ ByVal description As UnorderedAccessViewDescription _ ) As UnorderedAccessView
public static UnorderedAccessView Create( Device device, Resource resource, UnorderedAccessViewDescription description )
Parameters
- device
- The device to use when creating this UnorderedAccessView.
- resource
- The resource that represents the render-target surface. This surface must have been created with the UnorderedAccess flag.
- description
- A structure describing the UnorderedAccessView to be created.