mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
f4091e1638
commit
e54fe78e0e
1 changed files with 2 additions and 1 deletions
|
|
@ -939,7 +939,8 @@ XXX doesn't look like most of the opcodes really belong here.
|
|||
.. opcode:: TXF - Texel Fetch
|
||||
|
||||
As per NV_gpu_shader4, extract a single texel from a specified texture
|
||||
image. The source sampler may not be a CUBE or SHADOW. src 0 is a
|
||||
image or PIPE_BUFFER resource. The source sampler may not be a CUBE or
|
||||
SHADOW. src 0 is a
|
||||
four-component signed integer vector used to identify the single texel
|
||||
accessed. 3 components + level. Just like texture instructions, an optional
|
||||
offset vector is provided, which is subject to various driver restrictions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue