From e27f33062994a1b0155b44b9d471e48e93b09f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 7 Mar 2019 17:50:02 +0100 Subject: [core] add texture bindings to draw call instead of Context member fn --- misc/proto/binary_program.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/proto') 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; } -- cgit v1.2.1