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

Method create_program

plugins/cube/cubemap.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void wf_cube_background_cubemap::create_program()
28{
29 wf::gles::run_in_context([&]
30 {
31 program.set_simple(
32 OpenGL::compile_program(cubemap_vertex, cubemap_fragment));
33 });
34}
35
36void wf_cube_background_cubemap::reload_texture()
37{

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