pub type WGPUShaderModuleWGSLDescriptor = WGPUShaderSourceWGSL;Aliased Type§
#[repr(C)]pub struct WGPUShaderModuleWGSLDescriptor {
pub chain: WGPUChainedStruct,
pub code: WGPUStringView,
}Fields§
§chain: WGPUChainedStruct§code: WGPUStringView