Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::UpdateIndirectRTBufferAttribs Struct Reference

This structure is used by IDeviceContext::UpdateSBT(). More...

#include <DeviceContext.h>

Public Attributes

IBufferpAttribsBuffer = nullptr
 Indirect buffer that can be used by IDeviceContext::TraceRaysIndirect() command.
 
Uint64 AttribsBufferOffset = 0
 Offset in bytes from the beginning of the buffer where SBT data will be recorded.
 
RESOURCE_STATE_TRANSITION_MODE TransitionMode = RESOURCE_STATE_TRANSITION_MODE_NONE
 State transition mode of the attribs buffer (see Diligent::RESOURCE_STATE_TRANSITION_MODE).
 

Detailed Description

This structure is used by IDeviceContext::UpdateSBT().