ComponentOne Bitmap for WPF
Create(Device,Resource,UnorderedAccessViewDescription) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct3D11 Namespace > UnorderedAccessView Class > Create Method : Create(Device,Resource,UnorderedAccessViewDescription) Method
The device to use when creating this UnorderedAccessView.
The resource that represents the render-target surface. This surface must have been created with the UnorderedAccess flag.
A structure describing the UnorderedAccessView to be created.
Creates a UnorderedAccessView for accessing resource data.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal resource As Resource, _
   ByVal description As UnorderedAccessViewDescription _
) As UnorderedAccessView

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.
See Also

Reference

UnorderedAccessView Class
UnorderedAccessView Members
Overload List