Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 3.86 KB

File metadata and controls

44 lines (40 loc) · 3.86 KB
layout page
title Commands
permalink /scenegraph/Commands

The class definitions for the Vulkan command nodes of the scene graph can bound found the VulkanSceneGraph/include/vsg/commands directory.

| Class | Header | Functionality | | vsg::Compileable | Compilable.h | Base class for objects that can be compiled | | vsg::Command | Command.h | | | vsg::Commands | Commands.h | | | vsg::BeginQuery | BeginQuery.h | | | vsg::BindIndexBuffer | BindIndexBuffer.h | | | vsg::BindVertexBuffers | BindVertexBuffers.h | | | | BlitImage.h | | | | ClearAttachments.h | | | | CopyAndReleaseBuffer.h | | | | CopyAndReleaseImage.h | | | | CopyImage.h | | | | CopyImageToBuffer.h | | | | CopyImageViewToWindow.h | | | | CopyQueryPoolResults.h | | | | Dispatch.h | | | | Draw.h | | | | DrawIndexed.h | | | | DrawIndexedIndirect.h | | | | DrawIndirectCommand.h | | | | DrawIndirect.h | | | | EndQuery.h | | | | Event.h | | | | ExecuteCommands.h | | | | NextSubPass.h | | | | PipelineBarrier.h | | | | ResetQueryPool.h | | | | ResolveImage.h | | | | SetDepthBias.h | | | | SetLineWidth.h | | | | SetScissor.h | | | | SetViewport.h | | | | WriteTimestamp.h | |

Prev: Nodes| Next: State