Bink Register Frame Buffer8 New [top]
Traditionally, when playing a Bink video file, the decoder would output frames to a system memory buffer. The CPU would then copy that buffer to a GPU texture via glTexSubImage2D , UpdateSubresource , or an equivalent API call. This path involves:
Safety and resource management