Table of Contents

Property ComputeShader

Namespace
Bonsai.Shaders.Configuration
Assembly
Bonsai.Shaders.dll

ComputeShader

Gets or sets the path to the compute shader file.

[FileNameFilter("Compute Shader Files (*.comp)|*.comp|All Files (*.*)|*.*")]
public string ComputeShader { get; set; }

Property Value

string