XrdSceneBackground

XrdSceneBackground

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── XrdSceneObject
        ╰── XrdSceneBackground

Includes

#include <xrd.h>

Description

Functions

xrd_scene_background_new ()

XrdSceneBackground *
xrd_scene_background_new (GulkanClient *gulkan,
                          VkDescriptorSetLayout *layout);

xrd_scene_background_render ()

void
xrd_scene_background_render (XrdSceneBackground *self,
                             GxrEye eye,
                             VkPipeline pipeline,
                             VkPipelineLayout pipeline_layout,
                             VkCommandBuffer cmd_buffer,
                             graphene_matrix_t *vp);

Types and Values

XRD_TYPE_SCENE_BACKGROUND

#define XRD_TYPE_SCENE_BACKGROUND xrd_scene_background_get_type()

XrdSceneBackground

typedef struct _XrdSceneBackground XrdSceneBackground;