Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUTextureViewDescriptor
GPUTexture
View
Descriptor
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
?