This commit is contained in:
zzzisfunnyboy
2025-10-09 23:10:00 +08:00
13 changed files with 147 additions and 2 deletions

View File

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