gallium: new, unified pipe_context::set_sampler_views() function
[mesa.git] / src / gallium / docs / d3d11ddi.txt
index 14a589fffe284432ccfce412d72b70e07a6456bb..a7036481411843666907eea1083acb877821f298 100644 (file)
@@ -343,7 +343,7 @@ PsSetShader -> bind_fs_state
 PsSetShaderWithIfaces (D3D11 only)
        - Gallium does not support shader interfaces
 
-PsSetShaderResources -> set_fragment_sampler_views
+PsSetShaderResources -> set_sampler_views
        * may want to allow binding subsets instead of all at once
 
 QueryBegin -> begin_query
@@ -458,5 +458,5 @@ VsSetShader -> bind_vs_state
 VsSetShaderWithIfaces (D3D11 only)
        - Gallium does not support shader interfaces
 
-VsSetShaderResources  -> set_fragment_sampler_views
+VsSetShaderResources  -> set_sampler_views
        * may want to allow binding subsets instead of all at once