Berserk
Public Attributes | List of all members
ShaderArchetype::InputData Struct Reference

Processing input data. More...

#include <ShaderArchetype.hpp>

Collaboration diagram for ShaderArchetype::InputData:
Collaboration graph
[legend]

Public Attributes

Ref< ShaderCompileOptionsoptions {}
 
Ref< ShaderParamsparams {}
 
String vertexCode {}
 
String fragmentCode {}
 
uint32 passIndex {}
 
RHIShaderLanguage language {}
 

Detailed Description

Processing input data.

Member Data Documentation

◆ fragmentCode

String ShaderArchetype::InputData::fragmentCode {}

◆ language

RHIShaderLanguage ShaderArchetype::InputData::language {}

◆ options

Ref<ShaderCompileOptions> ShaderArchetype::InputData::options {}

◆ params

Ref<ShaderParams> ShaderArchetype::InputData::params {}

◆ passIndex

uint32 ShaderArchetype::InputData::passIndex {}

◆ vertexCode

String ShaderArchetype::InputData::vertexCode {}

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