pub fn create_compute_program(csh: &Shader, destroy_shaders: bool) -> Program
Expand description
  • csh: Compute shader.
  • destroy_shaders: If true, shaders will be destroyed when program is destroyed.