ComponentOne Bitmap for UWP
Create(Device,Resource,ShaderResourceViewDescription) Method

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

Parameters

device
The device to use when creating this ShaderResourceView.
resource
The resource that represents the render-target surface. This surface must have been created with the ShaderResource flag.
description
A structure describing the ShaderResourceView to be created.
See Also

Reference

ShaderResourceView Class
ShaderResourceView Members
Overload List