mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
mesa/atifs: Rename the header guard.
Just a bit more cleanup as I grep around for "what TGSI is left in the GL frontend?" Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
This commit is contained in:
parent
377048700f
commit
fa4e55c54f
1 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@
|
|||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef ST_ATIFS_TO_TGSI_H
|
||||
#define ST_ATIFS_TO_TGSI_H
|
||||
#ifndef ST_ATIFS_TO_NIR_H
|
||||
#define ST_ATIFS_TO_NIR_H
|
||||
|
||||
#include "util/glheader.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
|
@ -47,4 +47,4 @@ bool st_nir_lower_atifs_samplers(struct nir_shader *s, const uint8_t *texture_in
|
|||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* ST_ATIFS_TO_TGSI_H */
|
||||
#endif /* ST_ATIFS_TO_NIR_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue