Preparing search index...
The search index is not available
ThreePipe
ThreePipe
CreateRenderTargetOptions
Interface CreateRenderTargetOptions
interface
CreateRenderTargetOptions
{
colorSpace
?:
ColorSpace
;
depthBuffer
?:
boolean
;
depthTexture
?:
boolean
;
depthTextureFormat
?:
1026
|
1027
;
depthTextureType
?:
1012
|
1014
|
1015
|
1020
;
format
?:
number
;
generateMipmaps
?:
boolean
;
magFilter
?:
MagnificationTextureFilter
;
minFilter
?:
MinificationTextureFilter
;
samples
?:
number
;
size
?:
{
height
:
number
;
width
:
number
}
;
sizeMultiplier
?:
number
;
textureCount
?:
number
;
type
?:
TextureDataType
;
wrapS
?:
Wrapping
;
wrapT
?:
Wrapping
;
}
Index
Properties
color
Space?
depth
Buffer?
depth
Texture?
depth
Texture
Format?
depth
Texture
Type?
format?
generate
Mipmaps?
mag
Filter?
min
Filter?
samples?
size?
size
Multiplier?
texture
Count?
type?
wrapS?
wrapT?
Properties
Optional
color
Space
colorSpace
?:
ColorSpace
Optional
depth
Buffer
depthBuffer
?:
boolean
Optional
depth
Texture
depthTexture
?:
boolean
Optional
depth
Texture
Format
depthTextureFormat
?:
1026
|
1027
Optional
depth
Texture
Type
depthTextureType
?:
1012
|
1014
|
1015
|
1020
Optional
format
format
?:
number
Optional
generate
Mipmaps
generateMipmaps
?:
boolean
Optional
mag
Filter
magFilter
?:
MagnificationTextureFilter
Optional
min
Filter
minFilter
?:
MinificationTextureFilter
Optional
samples
samples
?:
number
Optional
size
size
?:
{
height
:
number
;
width
:
number
}
Optional
size
Multiplier
sizeMultiplier
?:
number
Optional
texture
Count
textureCount
?:
number
Optional
type
type
?:
TextureDataType
Optional
wrapS
wrapS
?:
Wrapping
Optional
wrapT
wrapT
?:
Wrapping
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
Space
depth
Buffer
depth
Texture
depth
Texture
Format
depth
Texture
Type
format
generate
Mipmaps
mag
Filter
min
Filter
samples
size
size
Multiplier
texture
Count
type
wrapS
wrapT
ThreePipe
Loading...