package js_of_ocaml-webgpu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit Webgpu__.Raw.GPUPipelineDescriptorBase.js
method vertexStage : Webgpu__.Raw.GPUProgrammableStageDescriptor.t Js_of_ocaml.Js.readonly_prop
method fragmentStage : Webgpu__.Raw.GPUProgrammableStageDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method primitiveTopology : Webgpu__.Raw.GPUPrimitiveTopology.t Js_of_ocaml.Js.readonly_prop
method rasterizationState : Webgpu__.Raw.GPURasterizationStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method colorStates : Webgpu__.Raw.GPUColorStateDescriptor.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_prop
method depthStencilState : Webgpu__.Raw.GPUDepthStencilStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method vertexState : Webgpu__.Raw.GPUVertexStateDescriptor.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method sampleCount : Webgpu__.Raw.u32 Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop
method sampleMask : Webgpu__.Raw.u32 Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop