The format should always be valid (< PIPE_FORMAT_COUNT
) and therefore, we will never have to return NULL
. This allows us to get rid of a lot of null checks and asserts.
The format should always be valid (< PIPE_FORMAT_COUNT
) and therefore, we will never have to return NULL
. This allows us to get rid of a lot of null checks and asserts.