◐ Shell
clean mode source ↗

GPUShaderModuleCompilationHint | WebGPU API reference

Hierarchy

  • GPUShaderModuleCompilationHint

Properties

entryPoint layout?

Properties

entryPoint

entryPoint: string

Optional layout

layout?: GPUPipelineLayout | "auto"

A GPUPipelineLayout that the GPUShaderModule may be used with in a future () or createRenderPipeline call. If set to GPUAutoLayoutMode "auto" the layout will be the [$default pipeline layout$] for the entry point associated with this hint will be used.