Skip to content
Snippets Groups Projects
Select Git revision
  • patch-1
  • master default protected
  • clean_up_soundfield-simulation-related_applications
  • subjectOrientationFeedback
  • combined_wave_and_ga_simulation
  • iks_liebich
  • MCE_sens_device_list
  • BuildingAcoustics
  • kia
  • ita_3da_dev
  • raven-project-unix
  • va_2018_api_change
  • ita-fileformat-cleanup
  • release
  • nlms
  • documentationFix
  • Last-SVN-Commit
17 results

.gitattributes

Blame
  • Forked from Institute of Technical Acoustics (ITA) / toolbox
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    FragmentColorShader.mv2shdr 122 B
    #version 450 core
    
    // Input
    in vec3 fragmentColor;
    
    // Ouput data
    out vec3 color;
    
    void main()
    {
    	color = fragmentColor;
    }