Searched refs:GPUShaderModule (Results 1 – 7 of 7) sorted by relevance
26 GPUShaderModule::GPUShaderModule(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async) in GPUShaderModule() function in wgpu::binding::GPUShaderModule31 GPUShaderModule::compilationInfo(Napi::Env env) { in compilationInfo()117 std::optional<std::string> GPUShaderModule::getLabel(Napi::Env) { in getLabel()121 void GPUShaderModule::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
28 class GPUShaderModule final : public interop::GPUShaderModule {30 GPUShaderModule(wgpu::ShaderModule shader, std::shared_ptr<AsyncRunner> async);
60 "GPUShaderModule.cpp"61 "GPUShaderModule.h"
254 interop::Interface<interop::GPUShaderModule> GPUDevice::createShaderModule( in createShaderModule()266 return interop::GPUShaderModule::Create<GPUShaderModule>( in createShaderModule()
56 interop::Interface<interop::GPUShaderModule> createShaderModule(
52 DECLARE_IMPL(GPUShaderModule);
424 out.module = *in.module.As<GPUShaderModule>(); in Convert()