Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-web
/
web.gpu
/
GPUTextureDescriptor
GPUTexture
Descriptor
interface
GPUTextureDescriptor
:
GPUObjectDescriptorBase
(
source
)
MDN Reference
Members
Properties
dimension
Link copied to clipboard
abstract
var
dimension
:
GPUTextureDimension
?
MDN Reference
format
Link copied to clipboard
abstract
var
format
:
GPUTextureFormat
MDN Reference
label
Link copied to clipboard
abstract
var
label
:
String
?
mip
Level
Count
Link copied to clipboard
abstract
var
mipLevelCount
:
GPUIntegerCoordinate
?
MDN Reference
sample
Count
Link copied to clipboard
abstract
var
sampleCount
:
GPUSize32
?
MDN Reference
size
Link copied to clipboard
abstract
var
size
:
GPUExtent3D
MDN Reference
usage
Link copied to clipboard
abstract
var
usage
:
GPUTextureUsage
MDN Reference
view
Formats
Link copied to clipboard
abstract
var
viewFormats
:
ReadonlyArray
<
GPUTextureFormat
>
?
MDN Reference