[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.ShaderResourceView

ShaderResourceView Class

ID3D11ShaderResourceView

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("b0e06fe0-8192-4e1a-b1ca-36d7414710b2")]
public class ShaderResourceView : ResourceView, IDisposable, IUnknown

Constructors

Name Description
ShaderResourceView(IntPtr)

Initializes a new instance of the ShaderResourceView class.

Properties

Name Description
Description

GetDescription

Methods

Name Description
Create(Device, Resource)

Creates a ShaderResourceView for accessing resource data.

Create(Device, Resource, ShaderResourceViewDescription)

Creates a ShaderResourceView for accessing resource data.

GetDescription(out ShaderResourceViewDescription)

void ID3D11ShaderResourceView::GetDesc([Out] D3D11_SHADER_RESOURCE_VIEW_DESC* pDesc)

Operators

Name Description
explicit operator ShaderResourceView(IntPtr)

Performs an explicit conversion from IntPtr to ShaderResourceView.