'宣言 Public Overloads Function GetUnorderedAccessViews( _ ByVal startSlot As System.Integer, _ ByVal count As System.Integer _ ) As UnorderedAccessView()
public UnorderedAccessView[] GetUnorderedAccessViews( System.int startSlot, System.int count )
パラメータ
- startSlot
- Index of the first element in the zero-based array to return (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - 1).
- count
- Number of views to get (ranges from 0 to D3D11_PS_CS_UAV_REGISTER_COUNT - StartSlot).