Currently denormalize/normalize are implemented using an optimized whole-buffer operation, but without interleaved buffer support. This proposal aims to add size/stride based functions which would operate on interleaved buffer, and use the whole-buffer impl if size == stride.
Currently denormalize/normalize are implemented using an optimized whole-buffer operation, but without interleaved buffer support. This proposal aims to add size/stride based functions which would operate on interleaved buffer, and use the whole-buffer impl if size == stride.
Proposal
API:
Note: