Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::VectorFieldRenderer::RenderAttribs Struct Reference

Vector field rendering attributes. More...

#include <VectorFieldRenderer.hpp>

Public Attributes

IDeviceContextpContext = nullptr
 Device context to use for rendering.
 
ITextureViewpVectorField = nullptr
 Vector field texture.
 
float4 StartColor = float4{1}
 Color of the beginning of the vector.
 
float4 EndColor = float4{1}
 Color of the end of the vector.
 
uint2 GridSize
 Vector grid size.
 
bool ConvertOutputToSRGB = false
 Manually convert shader output to sRGB color space.
 

Detailed Description

Vector field rendering attributes.