'Declaration Public Function GetShaderResources( _ ByVal startSlot As Integer, _ ByVal count As Integer _ ) As ShaderResourceView()
public ShaderResourceView[] GetShaderResources( int startSlot, int count )
Parameters
- startSlot
- Index into the device's zero-based array from which to begin retrieving shader resources.
- count
- Number of resources to retrieve.
Return Value
An array of shader resources.