正在准备搜索索引...
搜索索引不可用
LayaAir3引擎API
LayaAir3引擎API
laya/RenderDriver/DriverDesign/RenderDevice/InternalRenderTarget
InternalRenderTarget
接口 InternalRenderTarget
interface
InternalRenderTarget
{
_depthTexture
:
InternalTexture
;
_generateMipmap
:
boolean
;
_isCube
:
boolean
;
_samples
:
number
;
_textures
:
InternalTexture
[]
;
_texturesResolve
?:
InternalTexture
[]
;
colorFormat
:
RenderTargetFormat
;
depthStencilFormat
:
RenderTargetFormat
;
gpuMemory
:
number
;
isSRGB
:
boolean
;
dispose
()
:
void
;
}
实现于
GLESInternalRT
NoInternalRT
WebGLInternalRT
WebGPUInternalRT
索引
属性
_depth
Texture
_generate
Mipmap
_is
Cube
_samples
_textures
_textures
Resolve?
color
Format
depth
Stencil
Format
gpu
Memory
isSRGB
方法
dispose
属性
_depth
Texture
_depthTexture
:
InternalTexture
_generate
Mipmap
_generateMipmap
:
boolean
_is
Cube
_isCube
:
boolean
_samples
_samples
:
number
_textures
_textures
:
InternalTexture
[]
可选
_textures
Resolve
_texturesResolve
?:
InternalTexture
[]
color
Format
colorFormat
:
RenderTargetFormat
depth
Stencil
Format
depthStencilFormat
:
RenderTargetFormat
gpu
Memory
gpuMemory
:
number
isSRGB
isSRGB
:
boolean
方法
dispose
dispose
()
:
void
返回
void
切换版本:
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
_depth
Texture
_generate
Mipmap
_is
Cube
_samples
_textures
_textures
Resolve
color
Format
depth
Stencil
Format
gpu
Memory
isSRGB
方法
dispose
LayaAir3引擎API
加载中……