RegenerateTextureBits: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(I tried to enhance the article readbility)
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>
<pre>void RegenerateTextureBits( ITexture *pTexture, IVTFTexture *pVTFTexture, Rect_t *pRect )</pre>
void RegenerateTextureBits( [[ITexture]] *pTexture, [[IVTFTexture]] *pVTFTexture, [[Rect_t]] *pRect )
<br><br><br>
<br><br><br>


----


'''See also:'''<br>
 
:::[[ITexture]] <br>
==See also==
:::[[IVTFTexture]] <br>
* [[Procedural Materials]]
:::[[Rect_t]] <br>
* [[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 )





See also