toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.gpu
/
GPURenderPassDepthStencilAttachment
GPURender
Pass
Depth
Stencil
Attachment
external
interface
GPURenderPassDepthStencilAttachment
(
source
)
Members
Properties
depth
Clear
Value
Link copied to clipboard
abstract
val
depthClearValue
:
Float
?
depth
Load
Op
Link copied to clipboard
abstract
val
depthLoadOp
:
GPULoadOp
?
depth
Read
Only
Link copied to clipboard
abstract
val
depthReadOnly
:
Boolean
?
depth
Store
Op
Link copied to clipboard
abstract
val
depthStoreOp
:
GPUStoreOp
?
stencil
Clear
Value
Link copied to clipboard
abstract
val
stencilClearValue
:
GPUStencilValue
?
stencil
Load
Op
Link copied to clipboard
abstract
val
stencilLoadOp
:
GPULoadOp
?
stencil
Read
Only
Link copied to clipboard
abstract
val
stencilReadOnly
:
Boolean
?
stencil
Store
Op
Link copied to clipboard
abstract
val
stencilStoreOp
:
GPUStoreOp
?
view
Link copied to clipboard
abstract
val
view
:
GPUTextureView