WGPURenderPipelineDescriptor

Types

ByReference
Link copied to clipboard
class ByReference(val handle: WGPURenderPipelineDescriptor.ByReference = io.ygdrasil.wgpu.android.WGPURenderPipelineDescriptor.ByReference(com.sun.jna.Pointer.NULL)) : WGPURenderPipelineDescriptor
ByValue
Link copied to clipboard
class ByValue(val handle: WGPURenderPipelineDescriptor.ByValue = io.ygdrasil.wgpu.android.WGPURenderPipelineDescriptor.ByValue(com.sun.jna.Pointer.NULL)) : WGPURenderPipelineDescriptor
value class ByValue(val handle: CValue<WGPURenderPipelineDescriptor>) : WGPURenderPipelineDescriptor
Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard
actual abstract var depthStencil: WGPUDepthStencilState?
expect abstract var depthStencil: WGPUDepthStencilState?
actual abstract var depthStencil: WGPUDepthStencilState?
actual abstract var depthStencil: WGPUDepthStencilState?
Link copied to clipboard
actual abstract var fragment: WGPUFragmentState?
expect abstract var fragment: WGPUFragmentState?
actual abstract var fragment: WGPUFragmentState?
actual abstract var fragment: WGPUFragmentState?
handler
Link copied to clipboard
actual abstract val handler: NativeAddress
expect abstract val handler: NativeAddress
abstract val handler: NativeAddress
actual abstract val handler: NativeAddress
Link copied to clipboard
actual abstract val label: WGPUStringView
expect abstract val label: WGPUStringView
actual abstract val label: WGPUStringView
actual abstract val label: WGPUStringView
Link copied to clipboard
actual abstract var layout: WGPUPipelineLayout?
expect abstract var layout: WGPUPipelineLayout?
actual abstract var layout: WGPUPipelineLayout?
actual abstract var layout: WGPUPipelineLayout?
Link copied to clipboard
actual abstract val multisample: WGPUMultisampleState
expect abstract val multisample: WGPUMultisampleState
actual abstract val multisample: WGPUMultisampleState
actual abstract val multisample: WGPUMultisampleState
Link copied to clipboard
actual abstract var nextInChain: NativeAddress?
expect abstract var nextInChain: NativeAddress?
actual abstract var nextInChain: NativeAddress?
actual abstract var nextInChain: NativeAddress?
Link copied to clipboard
actual abstract val primitive: WGPUPrimitiveState
expect abstract val primitive: WGPUPrimitiveState
actual abstract val primitive: WGPUPrimitiveState
actual abstract val primitive: WGPUPrimitiveState
Link copied to clipboard
actual abstract val vertex: WGPUVertexState
expect abstract val vertex: WGPUVertexState
actual abstract val vertex: WGPUVertexState
actual abstract val vertex: WGPUVertexState

Functions

Link copied to clipboard
open fun get(layout: StructLayout, offset: Long): MemorySegment
open fun get(layout: ValueLayout, offset: Long): MemorySegment
Link copied to clipboard
open fun getDouble(offset: Long): Double
Link copied to clipboard
open fun getFloat(offset: Long): Float
Link copied to clipboard
open fun getInt(offset: Long): Int
Link copied to clipboard
open fun getShort(offset: Long): Short
Link copied to clipboard
open fun getUInt(offset: Long): UInt
Link copied to clipboard
open fun getULong(offset: Long): ULong
Link copied to clipboard
open fun getUShort(offset: Long): UShort
Link copied to clipboard
open fun set(offset: Long, value: Boolean)
open fun set(offset: Long, value: Double)
open fun set(offset: Long, value: Float)
open fun set(offset: Long, value: Int)
open fun set(offset: Long, value: Short)
open fun set(offset: Long, value: UInt)
open fun set(offset: Long, value: ULong)
open fun set(offset: Long, value: UShort)
open fun set(layout: StructLayout, offset: Long, address: NativeAddress?)
open fun set(layout: ValueLayout, offset: Long, address: NativeAddress?)
toCValue
Link copied to clipboard
open fun toCValue(): CValue<WGPURenderPipelineDescriptor>
Link copied to clipboard