Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-web
/
web.gpu
/
GPURenderPassDepthStencilAttachment
GPURender
Pass
Depth
Stencil
Attachment
interface
GPURenderPassDepthStencilAttachment
(
source
)
Members
Properties
depth
Clear
Value
Link copied to clipboard
abstract
var
depthClearValue
:
Float
?
depth
Load
Op
Link copied to clipboard
abstract
var
depthLoadOp
:
GPULoadOp
?
depth
Read
Only
Link copied to clipboard
abstract
var
depthReadOnly
:
Boolean
?
depth
Store
Op
Link copied to clipboard
abstract
var
depthStoreOp
:
GPUStoreOp
?
stencil
Clear
Value
Link copied to clipboard
abstract
var
stencilClearValue
:
GPUStencilValue
?
stencil
Load
Op
Link copied to clipboard
abstract
var
stencilLoadOp
:
GPULoadOp
?
stencil
Read
Only
Link copied to clipboard
abstract
var
stencilReadOnly
:
Boolean
?
stencil
Store
Op
Link copied to clipboard
abstract
var
stencilStoreOp
:
GPUStoreOp
?
view
Link copied to clipboard
abstract
var
view
:
GPUTextureView