pub type WGPUShaderModuleWGSLDescriptor = WGPUShaderSourceWGSL;Aliased Type§
struct WGPUShaderModuleWGSLDescriptor {
pub chain: WGPUChainedStruct,
pub code: WGPUStringView,
}Fields§
§chain: WGPUChainedStruct§code: WGPUStringViewpub type WGPUShaderModuleWGSLDescriptor = WGPUShaderSourceWGSL;struct WGPUShaderModuleWGSLDescriptor {
pub chain: WGPUChainedStruct,
pub code: WGPUStringView,
}chain: WGPUChainedStruct§code: WGPUStringView