MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / create_program

Method create_program

plugins/animate/fire/particle.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void ParticleSystem::create_program()
155{
156 wf::gles::run_in_context([&]
157 {
158 program.set_simple(OpenGL::compile_program(particle_vert_source,
159 particle_frag_source));
160 });
161}
162
163void ParticleSystem::render(glm::mat4 matrix)
164{

Callers

nothing calls this directly

Calls 3

run_in_contextFunction · 0.85
compile_programFunction · 0.85
set_simpleMethod · 0.80

Tested by

no test coverage detected