summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-07 17:50:02 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-12 11:03:54 +0100
commite27f33062994a1b0155b44b9d471e48e93b09f8e (patch)
treeeff2ba71134b9721c16fd53378b9256b94396712 /misc
parentcb64c380fbbd209cb68af60e76b7a770805353a8 (diff)
downloadqtlocation-mapboxgl-e27f33062994a1b0155b44b9d471e48e93b09f8e.tar.gz
[core] add texture bindings to draw call instead of Context member fn
Diffstat (limited to 'misc')
-rw-r--r--misc/proto/binary_program.proto1
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;
}