Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FVertexFactory
- FNaniteVertexFactory
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/NaniteVertexFactory.h |
| Include | #include "NaniteVertexFactory.h" |
Syntax
class FNaniteVertexFactory : public FVertexFactory
Remarks
Vertex factory that performs Nanite base pass material shading with compute shaders instead of vertex and pixel shaders.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNaniteVertexFactory
(
ERHIFeatureLevel::Type FeatureLevel |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ModifyCompilationEnvironment
(
const FVertexFactoryShaderPermutationParameters& Parameters, |
||
| bool | ShouldCompilePermutation
(
const FVertexFactoryShaderPermutationParameters& Parameters |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. |