violet
Simple, cross-platform graphics API
Loading...
Searching...
No Matches
violet::RenderPassDescriptor Member List

This is the complete list of members for violet::RenderPassDescriptor, including all inherited members.

add_color_attachment(const RenderTarget &target, const ClearColor &clear_color={}, LoadAction load_action=LoadAction::Clear, StoreAction store_action=StoreAction::Store) (defined in violet::RenderPassDescriptor)violet::RenderPassDescriptorinline
color_attachments (defined in violet::RenderPassDescriptor)violet::RenderPassDescriptor
depth_attachment (defined in violet::RenderPassDescriptor)violet::RenderPassDescriptor
set_depth_attachment(const DepthTarget &target, bool clear_depth=true, LoadAction load_action=LoadAction::Clear, StoreAction store_action=StoreAction::Store) (defined in violet::RenderPassDescriptor)violet::RenderPassDescriptorinline