FRHICommandSetShaderTexture

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandSetShaderTexture

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHICommandList.h

Include

#include "RHICommandList.h"

Syntax

template<typename TRHIShader>
struct FRHICommandSetShaderTexture : public FRHICommand< FRHICommandSetShaderTexture< TRHIShader >, FRHICommandSetShaderTextureString >

Variables

Name Description

Public variable

TRHIShader *...

 

Shader

Public variable

FRHITexture ...

 

Texture

Public variable

uint32

 

TextureIndex

Constructors

Name Description

Public function

FRHICommandSetShaderTexture

(
    TRHIShader* InShader,
    uint32 InTextureIndex,
    FRHITexture* InTexture
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

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