mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
Auto-replace texture2D with texture to fix issues with deprecated function names (#1278)
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
// It's literally just called the Z-Library for alphabetical ordering reasons.
|
||||
// - 20kdc
|
||||
|
||||
// -- varying/attribute --
|
||||
// -- varying/attribute/texture2D --
|
||||
|
||||
#ifndef HAS_VARYING_ATTRIBUTE
|
||||
#define texture2D texture
|
||||
#ifdef VERTEX_SHADER
|
||||
#define varying out
|
||||
#define attribute in
|
||||
|
||||
Reference in New Issue
Block a user