W3cubDocs

/Deno

GPUValidationError

class GPUValidationError {
constructor(message: string);
readonly message: string;
}

Constructors

new GPUValidationError(message: string)

Properties

message: string