wined3d: Record sampler usage for sample_c instruction.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d8bfbbdc07
commit
dc7db9852a
|
@ -1282,6 +1282,7 @@ static HRESULT shader_get_registers_used(struct wined3d_shader *shader, const st
|
|||
}
|
||||
else if (ins.handler_idx == WINED3DSIH_SAMPLE
|
||||
|| ins.handler_idx == WINED3DSIH_SAMPLE_B
|
||||
|| ins.handler_idx == WINED3DSIH_SAMPLE_C
|
||||
|| ins.handler_idx == WINED3DSIH_SAMPLE_C_LZ
|
||||
|| ins.handler_idx == WINED3DSIH_SAMPLE_GRAD
|
||||
|| ins.handler_idx == WINED3DSIH_SAMPLE_LOD)
|
||||
|
|
Loading…
Reference in New Issue