[]
Creates a UnorderedAccessView for accessing resource data.
public static UnorderedAccessView Create(Device device, Resource resource)
Type | Name | Description |
---|---|---|
Device | device | The device to use when creating this UnorderedAccessView. |
Resource | resource | The resource that represents the render-target surface. This surface must have been created with the UnorderedAccess flag. |
Type | Description |
---|---|
UnorderedAccessView |
Creates a UnorderedAccessView for accessing resource data.
public static UnorderedAccessView Create(Device device, Resource resource, UnorderedAccessViewDescription description)
Type | Name | Description |
---|---|---|
Device | device | The device to use when creating this UnorderedAccessView. |
Resource | resource | The resource that represents the render-target surface. This surface must have been created with the UnorderedAccess flag. |
UnorderedAccessViewDescription | description | A structure describing the UnorderedAccessView to be created. |
Type | Description |
---|---|
UnorderedAccessView |