RegenerateTextureBits: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎See also: Unicodifying, replaced: See Also → See also)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:




==See Also==
==See also==
* [[Procedural Materials]]
* [[Procedural Materials]]
* [[ITextureRegenerator]]
* [[ITextureRegenerator]]
* {{doxygen|itexture_8h-source.html ITexture.h on HL2 SDK Doxygen}}






[[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 )





See also