Skip to content
Snippets Groups Projects
Commit a629d829 authored by Timothy Arceri's avatar Timothy Arceri Committed by Marge Bot
Browse files

glsl: make use of new tex src deref intrinsic

The bindless spec has no language requiring functions params to be
defined as bindless so we need to be able to look at the values being
passed to functions to decide if they are bindless or not. This
intrinsic allows us to wait until function inlining is complete to make
this assessment.

Closes: mesa/mesa#11535


Acked-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!30315>
parent 017770ff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment