Uses of Record Class
club.doki7.webgpu.datatype.WGPUStringView
Packages that use WGPUStringView
-
Uses of WGPUStringView in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUStringViewModifier and TypeMethodDescriptionstatic WGPUStringView
WGPUUtil.createStringView
(Arena arena, @Nullable String s) Methods in club.doki7.webgpu with parameters of type WGPUStringViewModifier and TypeMethodDescriptionvoid
WGPU.bindGroupLayoutSetLabel
(WGPUBindGroupLayout bindGroupLayout, WGPUStringView label) void
WGPU.bindGroupSetLabel
(WGPUBindGroup bindGroup, WGPUStringView label) void
WGPU.bufferSetLabel
(WGPUBuffer buffer, WGPUStringView label) void
WGPU.commandBufferSetLabel
(WGPUCommandBuffer commandBuffer, WGPUStringView label) void
WGPU.commandEncoderInsertDebugMarker
(WGPUCommandEncoder commandEncoder, WGPUStringView markerLabel) void
WGPU.commandEncoderPushDebugGroup
(WGPUCommandEncoder commandEncoder, WGPUStringView groupLabel) void
WGPU.commandEncoderSetLabel
(WGPUCommandEncoder commandEncoder, WGPUStringView label) void
WGPU.computePassEncoderInsertDebugMarker
(WGPUComputePassEncoder computePassEncoder, WGPUStringView markerLabel) void
WGPU.computePassEncoderPushDebugGroup
(WGPUComputePassEncoder computePassEncoder, WGPUStringView groupLabel) void
WGPU.computePassEncoderSetLabel
(WGPUComputePassEncoder computePassEncoder, WGPUStringView label) void
WGPU.computePipelineSetLabel
(WGPUComputePipeline computePipeline, WGPUStringView label) void
WGPU.deviceSetLabel
(WGPUDevice device, WGPUStringView label) void
WGPU.pipelineLayoutSetLabel
(WGPUPipelineLayout pipelineLayout, WGPUStringView label) void
WGPU.querySetSetLabel
(WGPUQuerySet querySet, WGPUStringView label) void
WGPU.queueSetLabel
(WGPUQueue queue, WGPUStringView label) static @Nullable String
WGPUUtil.readStringView
(@Nullable WGPUStringView stringView) void
WGPU.renderBundleEncoderInsertDebugMarker
(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView markerLabel) void
WGPU.renderBundleEncoderPushDebugGroup
(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView groupLabel) void
WGPU.renderBundleEncoderSetLabel
(WGPURenderBundleEncoder renderBundleEncoder, WGPUStringView label) void
WGPU.renderBundleSetLabel
(WGPURenderBundle renderBundle, WGPUStringView label) void
WGPU.renderPassEncoderInsertDebugMarker
(WGPURenderPassEncoder renderPassEncoder, WGPUStringView markerLabel) void
WGPU.renderPassEncoderPushDebugGroup
(WGPURenderPassEncoder renderPassEncoder, WGPUStringView groupLabel) void
WGPU.renderPassEncoderSetLabel
(WGPURenderPassEncoder renderPassEncoder, WGPUStringView label) void
WGPU.renderPipelineSetLabel
(WGPURenderPipeline renderPipeline, WGPUStringView label) void
WGPU.samplerSetLabel
(WGPUSampler sampler, WGPUStringView label) void
WGPU.shaderModuleSetLabel
(WGPUShaderModule shaderModule, WGPUStringView label) void
WGPU.surfaceSetLabel
(WGPUSurface surface, WGPUStringView label) void
WGPU.textureSetLabel
(WGPUTexture texture, WGPUStringView label) void
WGPU.textureViewSetLabel
(WGPUTextureView textureView, WGPUStringView label) -
Uses of WGPUStringView in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUStringViewModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUStringViewModifier and TypeMethodDescriptionstatic WGPUStringView
@NotNull WGPUStringView
WGPUAdapterInfo.architecture()
@NotNull WGPUStringView
WGPUStringView.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUStringView
WGPUStringView.clone
(Arena arena, WGPUStringView src) @NotNull WGPUStringView
WGPUShaderSourceGLSL.code()
@NotNull WGPUStringView
WGPUShaderSourceWgsl.code()
@NotNull WGPUStringView
WGPUAdapterInfo.description()
@NotNull WGPUStringView
WGPUAdapterInfo.device()
@NotNull WGPUStringView
WGPUInstanceExtras.dxcPath()
@NotNull WGPUStringView
WGPUInstanceExtras.dxilPath()
@NotNull WGPUStringView
WGPUFragmentState.entryPoint()
@NotNull WGPUStringView
WGPUProgrammableStageDescriptor.entryPoint()
@NotNull WGPUStringView
WGPUVertexState.entryPoint()
@NotNull WGPUStringView
WGPUConstantEntry.key()
@NotNull WGPUStringView
WGPUBindGroupDescriptor.label()
@NotNull WGPUStringView
WGPUBindGroupLayoutDescriptor.label()
@NotNull WGPUStringView
WGPUBufferDescriptor.label()
@NotNull WGPUStringView
WGPUCommandBufferDescriptor.label()
@NotNull WGPUStringView
WGPUCommandEncoderDescriptor.label()
@NotNull WGPUStringView
WGPUComputePassDescriptor.label()
@NotNull WGPUStringView
WGPUComputePipelineDescriptor.label()
@NotNull WGPUStringView
WGPUDeviceDescriptor.label()
@NotNull WGPUStringView
WGPUPipelineLayoutDescriptor.label()
@NotNull WGPUStringView
WGPUQuerySetDescriptor.label()
@NotNull WGPUStringView
WGPUQueueDescriptor.label()
@NotNull WGPUStringView
WGPURenderBundleDescriptor.label()
@NotNull WGPUStringView
WGPURenderBundleEncoderDescriptor.label()
@NotNull WGPUStringView
WGPURenderPassDescriptor.label()
@NotNull WGPUStringView
WGPURenderPipelineDescriptor.label()
@NotNull WGPUStringView
WGPUSamplerDescriptor.label()
@NotNull WGPUStringView
WGPUShaderModuleDescriptor.label()
@NotNull WGPUStringView
WGPUShaderModuleDescriptorSpirV.label()
@NotNull WGPUStringView
WGPUSurfaceDescriptor.label()
@NotNull WGPUStringView
WGPUTextureDescriptor.label()
@NotNull WGPUStringView
WGPUTextureViewDescriptor.label()
WGPUStringView.length
(long value) @NotNull WGPUStringView
WGPUCompilationMessage.message()
@NotNull WGPUStringView
WGPUShaderDefine.name()
WGPUStringView.Ptr.toArray()
@NotNull WGPUStringView
WGPUDeviceExtras.tracePath()
@NotNull WGPUStringView
WGPUShaderDefine.value()
@NotNull WGPUStringView
WGPUAdapterInfo.vendor()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUStringViewModifier and TypeMethodDescription@NotNull Iterator
<WGPUStringView> WGPUStringView.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUStringViewModifier and TypeMethodDescriptionWGPUAdapterInfo.architecture
(@NotNull WGPUStringView value) static WGPUStringView
WGPUStringView.clone
(Arena arena, WGPUStringView src) WGPUShaderSourceGLSL.code
(@NotNull WGPUStringView value) WGPUShaderSourceWgsl.code
(@NotNull WGPUStringView value) WGPUAdapterInfo.description
(@NotNull WGPUStringView value) WGPUAdapterInfo.device
(@NotNull WGPUStringView value) WGPUInstanceExtras.dxcPath
(@NotNull WGPUStringView value) WGPUInstanceExtras.dxilPath
(@NotNull WGPUStringView value) WGPUFragmentState.entryPoint
(@NotNull WGPUStringView value) WGPUProgrammableStageDescriptor.entryPoint
(@NotNull WGPUStringView value) WGPUVertexState.entryPoint
(@NotNull WGPUStringView value) WGPUConstantEntry.key
(@NotNull WGPUStringView value) WGPUBindGroupDescriptor.label
(@NotNull WGPUStringView value) WGPUBindGroupLayoutDescriptor.label
(@NotNull WGPUStringView value) WGPUBufferDescriptor.label
(@NotNull WGPUStringView value) WGPUCommandBufferDescriptor.label
(@NotNull WGPUStringView value) WGPUCommandEncoderDescriptor.label
(@NotNull WGPUStringView value) WGPUComputePassDescriptor.label
(@NotNull WGPUStringView value) WGPUComputePipelineDescriptor.label
(@NotNull WGPUStringView value) WGPUDeviceDescriptor.label
(@NotNull WGPUStringView value) WGPUPipelineLayoutDescriptor.label
(@NotNull WGPUStringView value) WGPUQuerySetDescriptor.label
(@NotNull WGPUStringView value) WGPUQueueDescriptor.label
(@NotNull WGPUStringView value) WGPURenderBundleDescriptor.label
(@NotNull WGPUStringView value) WGPURenderBundleEncoderDescriptor.label
(@NotNull WGPUStringView value) WGPURenderPassDescriptor.label
(@NotNull WGPUStringView value) WGPURenderPipelineDescriptor.label
(@NotNull WGPUStringView value) WGPUSamplerDescriptor.label
(@NotNull WGPUStringView value) WGPUShaderModuleDescriptor.label
(@NotNull WGPUStringView value) WGPUShaderModuleDescriptorSpirV.label
(@NotNull WGPUStringView value) WGPUSurfaceDescriptor.label
(@NotNull WGPUStringView value) WGPUTextureDescriptor.label
(@NotNull WGPUStringView value) WGPUTextureViewDescriptor.label
(@NotNull WGPUStringView value) WGPUCompilationMessage.message
(@NotNull WGPUStringView value) WGPUShaderDefine.name
(@NotNull WGPUStringView value) WGPUDeviceExtras.tracePath
(@NotNull WGPUStringView value) WGPUShaderDefine.value
(@NotNull WGPUStringView value) WGPUAdapterInfo.vendor
(@NotNull WGPUStringView value) void
WGPUStringView.Ptr.write
(long index, @NotNull WGPUStringView value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUStringViewModifier and TypeMethodDescriptionWGPUAdapterInfo.architecture
(Consumer<@NotNull WGPUStringView> consumer) WGPUStringView.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUStringView> consumer) WGPUShaderSourceGLSL.code
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderSourceWgsl.code
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.description
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.device
(Consumer<@NotNull WGPUStringView> consumer) WGPUInstanceExtras.dxcPath
(Consumer<@NotNull WGPUStringView> consumer) WGPUInstanceExtras.dxilPath
(Consumer<@NotNull WGPUStringView> consumer) WGPUFragmentState.entryPoint
(Consumer<@NotNull WGPUStringView> consumer) WGPUProgrammableStageDescriptor.entryPoint
(Consumer<@NotNull WGPUStringView> consumer) WGPUVertexState.entryPoint
(Consumer<@NotNull WGPUStringView> consumer) WGPUConstantEntry.key
(Consumer<@NotNull WGPUStringView> consumer) WGPUBindGroupDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUBindGroupLayoutDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUBufferDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUCommandBufferDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUCommandEncoderDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUComputePassDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUComputePipelineDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUDeviceDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUPipelineLayoutDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUQuerySetDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUQueueDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPURenderBundleDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPURenderBundleEncoderDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPURenderPassDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPURenderPipelineDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUSamplerDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderModuleDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderModuleDescriptorSpirV.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUSurfaceDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureViewDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUCompilationMessage.message
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderDefine.name
(Consumer<@NotNull WGPUStringView> consumer) WGPUDeviceExtras.tracePath
(Consumer<@NotNull WGPUStringView> consumer) WGPUShaderDefine.value
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.vendor
(Consumer<@NotNull WGPUStringView> consumer)