package js_of_ocaml-webgpu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method gpucommandencoder_witness : witness
inherit Webgpu__.Api.GPUObjectBase.js
method beginComputePass : descriptor: Webgpu__.Api.GPUComputePassDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Api.GPUComputePassEncoder.t Js_of_ocaml.Js.meth
method beginRenderPass : descriptor:Webgpu__.Api.GPURenderPassDescriptor.t -> Webgpu__.Api.GPURenderPassEncoder.t Js_of_ocaml.Js.meth
method copyBufferToBuffer : source:Webgpu__.Api.GPUBuffer.t -> sourceOffset:Webgpu__.Api.u64 -> destination:Webgpu__.Api.GPUBuffer.t -> destinationOffset:Webgpu__.Api.u64 -> size:Webgpu__.Api.u64 -> unit Js_of_ocaml.Js.meth
method copyBufferToTexture : source:Webgpu__.Api.GPUBufferCopyView.t -> destination:Webgpu__.Api.GPUTextureCopyView.t -> copySize:Webgpu__.Api.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method copyTextureToBuffer : source:Webgpu__.Api.GPUTextureCopyView.t -> destination:Webgpu__.Api.GPUBufferCopyView.t -> copySize:Webgpu__.Api.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method copyTextureToTexture : source:Webgpu__.Api.GPUTextureCopyView.t -> destination:Webgpu__.Api.GPUTextureCopyView.t -> copySize:Webgpu__.Api.GPUExtent3D.t -> unit Js_of_ocaml.Js.meth
method finish : descriptor: Webgpu__.Api.GPUCommandBufferDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Api.GPUCommandBuffer.t Js_of_ocaml.Js.meth