You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/RPI/Code/Source/RPI.Public/DynamicDraw
Qing Tao 584f9abf16
Add new function to DynamicDrawInterface to support submiting cached DrawPacket (#7337)
New function:
void AddDrawPacket(Scene* scene, ConstPtr<RHI::DrawPacket> drawPacket)
Deprecated function (still supported) :
void AddDrawPacket(Scene* scene, AZStd::unique_ptr<const RHI::DrawPacket> drawPacket)

Signed-off-by: Qing Tao <55564570+VickyAtAZ@users.noreply.github.com>
4 years ago
..
DynamicBuffer.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
DynamicBufferAllocator.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
DynamicDrawContext.cpp Add better error handling for failed loading of the LyShine shader (#6761) 4 years ago
DynamicDrawSystem.cpp Add new function to DynamicDrawInterface to support submiting cached DrawPacket (#7337) 4 years ago