mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
Updated EvaluateImage (markdown)
parent
ee9286f240
commit
ac2280630d
@ -5,6 +5,8 @@ Evaluates a user-supplied function across an image.
|
||||
void(const XMVECTOR* pixels, size_t width, size_t y)
|
||||
> pixelFunc );
|
||||
|
||||
**Breaking change notice:** The first release of this function was ``Evaluate`` but this generic name can cause conflicts in some client code so it was renamed ``EvaluateImage``.
|
||||
|
||||
# Parameters
|
||||
|
||||
_pixelFunc_: A callback function to invoke for each scanline of the image.
|
||||
|
Loading…
Reference in New Issue
Block a user