In order to avoid keeping many instances of the same GPUShaderModule, this cache stores the already-created GPUShaderModules as a mapping of their code (VERY inefficient, TODO: improve)
The shader code
A function to create a pipeline based on a given GPUShaderModule
The feature which may or may not be supported by the GPU
True if 'feature' is supported by the GPU, False otherwise
Creates a new WebGPU context if WebGPU could be initialized
If WebGPU could be initialized, a new WebGPU context Otherwise, a string explaining why WebGPU could not be initialized
Whether WebGPU is supported
Generated using TypeDoc
The WebGPU context, powering all WebGPU features that Catana will use