Interface GPUShaderModuleCompilationHint

Hierarchy

  • GPUShaderModuleCompilationHint

Properties

Properties

entryPoint: string
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.

Generated using TypeDoc