Monado OpenXR Runtime
render_shaders_interface.h File Reference

Shader loading interface. More...

#include "vk/vk_helpers.h"
Include dependency graph for render_shaders_interface.h:

Go to the source code of this file.

Data Structures

struct  render_shaders
 Holds all shaders. More...
 

Functions

bool render_shaders_load (struct render_shaders *s, struct vk_bundle *vk)
 Loads all of the shaders that the compositor uses. More...
 
void render_shaders_fini (struct render_shaders *s, struct vk_bundle *vk)
 Unload and cleanup shaders. More...
 

Detailed Description

Function Documentation

◆ render_shaders_fini()

void render_shaders_fini ( struct render_shaders s,
struct vk_bundle vk 
)

Unload and cleanup shaders.

References D.

◆ render_shaders_load()

bool render_shaders_load ( struct render_shaders s,
struct vk_bundle vk 
)

Loads all of the shaders that the compositor uses.