toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.gpu
/
GPUTextureViewDescriptor
GPUTexture
View
Descriptor
external
interface
GPUTextureViewDescriptor
:
GPUObjectDescriptorBase
(
source
)
Members
Properties
array
Layer
Count
Link copied to clipboard
abstract
val
arrayLayerCount
:
GPUIntegerCoordinate
?
aspect
Link copied to clipboard
abstract
val
aspect
:
GPUTextureAspect
?
base
Array
Layer
Link copied to clipboard
abstract
val
baseArrayLayer
:
GPUIntegerCoordinate
?
base
Mip
Level
Link copied to clipboard
abstract
val
baseMipLevel
:
GPUIntegerCoordinate
?
dimension
Link copied to clipboard
abstract
val
dimension
:
GPUTextureViewDimension
?
format
Link copied to clipboard
abstract
val
format
:
GPUTextureFormat
?
label
Link copied to clipboard
abstract
val
label
:
String
?
mip
Level
Count
Link copied to clipboard
abstract
val
mipLevelCount
:
GPUIntegerCoordinate
?