MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / GPUShaderModule

Class GPUShaderModule

packages/deno/lib.deno.d.ts:10715–10723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10713 * @category GPU
10714 */
10715declare class GPUShaderModule implements GPUObjectBase {
10716 label: string;
10717
10718 /**
10719 * Returns compilation messages for this shader module,
10720 * which can include errors, warnings and info messages.
10721 */
10722 getCompilationInfo(): Promise<GPUCompilationInfo>;
10723}
10724
10725/** @category GPU */
10726interface GPUShaderModuleDescriptor extends GPUObjectDescriptorBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected