Skip to content

Commit

Permalink
don't include shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Sep 6, 2024
1 parent b174bee commit 2067c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axon/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
vk "github.com/goki/vulkan"
)

//go:embed shaders/*.wgsl
// nogo:embed shaders/*.wgsl
var content embed.FS

//go:generate gosl -exclude=Update,UpdateParams,Defaults,AllParams,ShouldDisplay cogentcore.org/core/math32/fastexp.go cogentcore.org/core/math32/minmax ../chans/chans.go ../chans ../kinase ../fsfffb/inhib.go ../fsfffb github.com/emer/emergent/v2/etime github.com/emer/emergent/v2/ringidx rand.go avgmax.go neuromod.go globals.go context.go neuron.go synapse.go pool.go layervals.go act.go act_path.go inhib.go learn.go layertypes.go layerparams.go deep_layers.go rl_layers.go rubicon_layers.go pcore_layers.go pathtypes.go pathparams.go deep_paths.go rl_paths.go rubicon_paths.go pcore_paths.go hip_paths.go gpu_wgsl/gpu_applyext.wgsl
Expand Down

0 comments on commit 2067c51

Please sign in to comment.