We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ab8d3 commit 0654e24Copy full SHA for 0654e24
1 file changed
lib/PDL/Graphics/TriD/GL.pm
@@ -189,6 +189,7 @@ sub load_buffer {
189
glBindBuffer($target, $id);
190
# physicalise on nbytes not on second use so nbytes is correct
191
glBufferData_c($target, $pdl->make_physical->nbytes, $pdl->address_data, $usage);
192
+ $id;
193
}
194
sub load_idx_buffer {
195
my ($this, $idname, $pdl, $usage) = @_;
0 commit comments