Documentation / device / FrameBufferTextureAttachment
Interface: FrameBufferTextureAttachment
Defined in: libs/device/src/gpuobject.ts:1075
Frame buffer texture attachment information
Properties
texture?
optionaltexture?:BaseTexture
Defined in: libs/device/src/gpuobject.ts:1077
Texture for this attachment
face?
optionalface?:number
Defined in: libs/device/src/gpuobject.ts:1079
The attached face index for cube texture
layer?
optionallayer?:number
Defined in: libs/device/src/gpuobject.ts:1081
The layer index for array texture
level?
optionallevel?:number
Defined in: libs/device/src/gpuobject.ts:1083
Which mipmap level is currently attached
generateMipmaps?
optionalgenerateMipmaps?:boolean
Defined in: libs/device/src/gpuobject.ts:1085
Whether automatically generate mipmaps for color attachments