Navigation
API > API/Runtime > API/Runtime/Renderer
| |
|
| Name |
TMeshProcessorShaders |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.h |
| Include Path |
#include "MeshPassProcessor.h" |
Syntax
template<typename VertexType, typename PixelType, typename GeometryType, typename RayTracingType, typename ComputeType>
struct TMeshProcessorShaders
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ComputeShader |
TShaderRef< ComputeType > |
|
MeshPassProcessor.h |
|
| GeometryShader |
TShaderRef< GeometryType > |
|
MeshPassProcessor.h |
|
| PixelShader |
TShaderRef< PixelType > |
|
MeshPassProcessor.h |
|
| VertexShader |
TShaderRef< VertexType > |
|
MeshPassProcessor.h |
|
Functions
Public