This commit is contained in:
Zane
2025-10-09 20:47:44 +08:00
parent f1ae55c378
commit 89282b0174
5 changed files with 83 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
---
tags:
- Texture
- Texture2D
- RenderTexture
资源链接: "[[3Resources/游戏开发/性能优化/卡片/Texture、Texture2D与RenderTexture|Texture、Texture2D与RenderTexture]]"
---
简言:
`Texture` 是抽象基类;
`Texture2D` 是可读写的普通贴图;
`RenderTexture` 是可被渲染的动态纹理。