RegenerateTextureBits: Difference between revisions
Jump to navigation
Jump to search
Dolphineye (talk | contribs) (I tried to enhance the article readbility) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This function does the actual pixel changing. <br> | This function does the actual pixel changing. <br> | ||
void RegenerateTextureBits( [[ITexture]] *pTexture, [[IVTFTexture]] *pVTFTexture, [[Rect_t]] *pRect ) | |||
<br><br><br> | <br><br><br> | ||
==See also== | |||
* [[Procedural Materials]] | |||
* [[ITextureRegenerator]] | |||
[[Category:ITextureRegenerator]] | [[Category:ITextureRegenerator]] |
Latest revision as of 12:18, 8 January 2024
This function does the actual pixel changing.
void RegenerateTextureBits( ITexture *pTexture, IVTFTexture *pVTFTexture, Rect_t *pRect )