webgpu-feature-detector
Preparing search index...
TextureSupportedFeatures
Type Alias TextureSupportedFeatures
Features supported by a texture format.
type
TextureSupportedFeatures
=
{
blendable
:
boolean
;
colorRenderable
:
boolean
;
copyExternalImageToTexture
:
boolean
;
filterable
:
boolean
;
multisample
:
boolean
;
renderAttachment
:
boolean
;
resolvable
:
boolean
;
storageReadOnly
:
boolean
;
storageReadWrite
:
boolean
;
storageWriteOnly
:
boolean
;
supported
:
boolean
;
}
Index
Properties
blendable
color
Renderable
copy
External
Image
To
Texture
filterable
multisample
render
Attachment
resolvable
storage
Read
Only
storage
Read
Write
storage
Write
Only
supported
Properties
blendable
blendable
:
boolean
color
Renderable
colorRenderable
:
boolean
copy
External
Image
To
Texture
copyExternalImageToTexture
:
boolean
filterable
filterable
:
boolean
multisample
multisample
:
boolean
render
Attachment
renderAttachment
:
boolean
resolvable
resolvable
:
boolean
storage
Read
Only
storageReadOnly
:
boolean
storage
Read
Write
storageReadWrite
:
boolean
storage
Write
Only
storageWriteOnly
:
boolean
supported
supported
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blendable
color
Renderable
copy
External
Image
To
Texture
filterable
multisample
render
Attachment
resolvable
storage
Read
Only
storage
Read
Write
storage
Write
Only
supported
webgpu-feature-detector
Loading...
Features supported by a texture format.