Kohi Game Engine
shader_stage_config Struct Reference

The configuration for a single stage of the shader. More...

#include <core_render_types.h>

Data Fields

shader_stage stage
 The shader stage the config is for. More...
 
struct kresource_text * resource
 A pointer to the text resource containing the shader source. More...
 
kname resource_name
 The name of the resource. More...
 
kname package_name
 The name of the package containing the resource. More...
 

Detailed Description

The configuration for a single stage of the shader.

Field Documentation

◆ package_name

kname package_name

The name of the package containing the resource.

◆ resource

struct kresource_text* resource

A pointer to the text resource containing the shader source.

◆ resource_name

kname resource_name

The name of the resource.

◆ stage

shader_stage stage

The shader stage the config is for.


The documentation for this struct was generated from the following file: