diff options
Diffstat (limited to 'misc/proto/binary_program.proto')
-rw-r--r-- | misc/proto/binary_program.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/proto/binary_program.proto b/misc/proto/binary_program.proto index 9d06a209c3..780664ef9c 100644 --- a/misc/proto/binary_program.proto +++ b/misc/proto/binary_program.proto @@ -15,4 +15,5 @@ message binary_program { repeated binding attribute = 3; repeated binding uniform = 4; optional string identifier = 5; + repeated binding texture = 6; } |