Type Alias WGPUShaderModuleWGSLDescriptor

Source
pub type WGPUShaderModuleWGSLDescriptor = WGPUShaderSourceWGSL;

Aliased Type§

struct WGPUShaderModuleWGSLDescriptor {
    pub chain: WGPUChainedStruct,
    pub code: WGPUStringView,
}

Fields§

§chain: WGPUChainedStruct§code: WGPUStringView