Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterMacros.h |
| Include | #include "ShaderParameterMacros.h" |
Syntax
template<typename PtrType>
class TAlignedShaderParameterPtr
Remarks
Fixed 8bytes sized pointer for shader parameters.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAlignedShaderParameterPtr
(
const PtrType& Other |
|||
TAlignedShaderParameterPtr
(
const TAlignedShaderParameterPtr< PtrType >& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator=
(
const PtrType& Other |
||
| const PtrType & | operator-> () |