FOculusCubemapPS

A pixel shader for rendering a textured screen element.

Windows
MacOS
Linux

Inheritance Hierarchy

FShader

FGlobalShader

FOculusCubemapPS

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/OculusShaders.h

Include

#include "OculusShaders.h"

Syntax

class FOculusCubemapPS : public FGlobalShader

Remarks

A pixel shader for rendering a textured screen element.

Constructors

Functions

Name Description

Public function Static

FShader *...

 

ConstructCompiledInstance

(
    const typename FShader::CompiledSha...
)

Public function Static

FShader *...

 

ConstructSerializedInstance()

Public function Const

RENDERCORE_A...

 

GetTypeLayout()

Public function Static

void

 

ModifyCompilationEnvironmentImpl

(
    const FShaderPermutationParameters ...,
    FShaderCompilerEnvironment& OutEnv...
)

Public function

void

 

SetParameters

(
    FRHICommandList& RHICmdList,
    const FTexture* Texture,
    int FaceIndex
)

Public function

void

 

SetParameters

(
    FRHICommandList& RHICmdList,
    FRHISamplerState* SamplerState...,
    FRHITexture* TextureRHI,
    int FaceIndex
)

Public function Static

bool

 

ShouldCompilePermutation

(
    const FGlobalShaderPermutationParam...
)

Public function Static

bool

 

ShouldCompilePermutationImpl

(
    const FShaderPermutationParameters ...
)

Public function Static

RENDERCORE_A...

 

StaticGetTypeLayout()

Classes

Name

Description

Public struct

InternalLinkType

Typedefs

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss