BufferList.get

Get the buffer at @idx.

class BufferList
get
(
uint idx
)

Parameters

idx uint

the index

Return: the buffer at @idx in @group or %NULL when there is no buffer. The buffer remains valid as long as @list is valid.

Meta