package js_of_ocaml-webgpu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method gpudevice_witness : witness
inherit Webgpu__.Raw.GPUObjectBase.js
method defaultQueue : Webgpu__.Raw.GPUQueue.t Js_of_ocaml.Js.readonly_prop
method createBuffer : descriptor:Webgpu__.Raw.GPUBufferDescriptor.t -> Webgpu__.Raw.GPUBuffer.t Js_of_ocaml.Js.meth
method createBufferMapped : descriptor:Webgpu__.Raw.GPUBufferDescriptor.t -> Webgpu__.Raw.GPUMappedBuffer.t Js_of_ocaml.Js.meth
method createTexture : descriptor:Webgpu__.Raw.GPUTextureDescriptor.t -> Webgpu__.Raw.GPUTexture.t Js_of_ocaml.Js.meth
method createSampler : descriptor: Webgpu__.Raw.GPUSamplerDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Raw.GPUSampler.t Js_of_ocaml.Js.meth
method createBindGroupLayout : descriptor: Webgpu__.Raw.GPUBindGroupLayoutDescriptor.t -> Webgpu__.Raw.GPUBindGroupLayout.t Js_of_ocaml.Js.meth
method createPipelineLayout : descriptor: Webgpu__.Raw.GPUPipelineLayoutDescriptor.t -> Webgpu__.Raw.GPUPipelineLayout.t Js_of_ocaml.Js.meth
method createBindGroup : descriptor:Webgpu__.Raw.GPUBindGroupDescriptor.t -> Webgpu__.Raw.GPUBindGroup.t Js_of_ocaml.Js.meth
method createShaderModule : descriptor:Webgpu__.Raw.GPUShaderModuleDescriptor.t -> Webgpu__.Raw.GPUShaderModule.t Js_of_ocaml.Js.meth
method createComputePipeline : descriptor: Webgpu__.Raw.GPUComputePipelineDescriptor.t -> Webgpu__.Raw.GPUComputePipeline.t Js_of_ocaml.Js.meth
method createRenderPipeline : descriptor: Webgpu__.Raw.GPURenderPipelineDescriptor.t -> Webgpu__.Raw.GPURenderPipeline.t Js_of_ocaml.Js.meth
method createCommandEncoder : descriptor: Webgpu__.Raw.GPUCommandEncoderDescriptor.t Js_of_ocaml.Js.optdef -> Webgpu__.Raw.GPUCommandEncoder.t Js_of_ocaml.Js.meth