Uses of Record Class
club.doki7.webgpu.handle.WGPUTexture
Packages that use WGPUTexture
-
Uses of WGPUTexture in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTexture
WGPU.deviceCreateTexture
(WGPUDevice device, IWGPUTextureDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUTextureModifier and TypeMethodDescriptionvoid
WGPU.textureAddRef
(WGPUTexture texture) @Nullable WGPUTextureView
WGPU.textureCreateView
(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) void
WGPU.textureDestroy
(WGPUTexture texture) int
WGPU.textureGetDepthOrArrayLayers
(WGPUTexture texture) int
WGPU.textureGetDimension
(WGPUTexture texture) int
WGPU.textureGetFormat
(WGPUTexture texture) int
WGPU.textureGetHeight
(WGPUTexture texture) int
WGPU.textureGetMipLevelCount
(WGPUTexture texture) int
WGPU.textureGetSampleCount
(WGPUTexture texture) long
WGPU.textureGetUsage
(WGPUTexture texture) int
WGPU.textureGetWidth
(WGPUTexture texture) void
WGPU.textureRelease
(WGPUTexture texture) void
WGPU.textureSetLabel
(WGPUTexture texture, WGPUStringView label) -
Uses of WGPUTexture in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTexture
WGPUSurfaceTexture.texture()
@Nullable WGPUTexture
WGPUTexelCopyTextureInfo.texture()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureModifier and TypeMethodDescriptionWGPUSurfaceTexture.texture
(@Nullable WGPUTexture value) WGPUTexelCopyTextureInfo.texture
(@Nullable WGPUTexture value) -
Uses of WGPUTexture in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUTextureModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUTexture
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUTextureModifier and TypeMethodDescription@Nullable WGPUTexture
WGPUTexture.Ptr.read()
@Nullable WGPUTexture
WGPUTexture.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUTextureMethods in club.doki7.webgpu.handle with parameters of type WGPUTextureModifier and TypeMethodDescriptionstatic WGPUTexture.Ptr
WGPUTexture.Ptr.allocate
(Arena arena, @Nullable WGPUTexture @NotNull [] values) static WGPUTexture.Ptr
WGPUTexture.Ptr.allocateV
(Arena arena, @Nullable WGPUTexture value0, @Nullable WGPUTexture... values) void
WGPUTexture.Ptr.write
(long index, @Nullable WGPUTexture value) void
WGPUTexture.Ptr.write
(@Nullable WGPUTexture value) void
WGPUTexture.Ptr.write
(@Nullable WGPUTexture[] values) void
WGPUTexture.Ptr.writeV
(@Nullable WGPUTexture value0, @Nullable WGPUTexture... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUTextureModifier and TypeMethodDescriptionstatic WGPUTexture.Ptr
WGPUTexture.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUTexture> values)