HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
HGI_API | HgiGraphicsPipelineDesc () |
Describes the properties needed to create a GPU pipeline.
Definition at line 281 of file graphicsPipeline.h.
HGI_API HgiGraphicsPipelineDesc::HgiGraphicsPipelineDesc | ( | ) |
HgiAttachmentDescVector HgiGraphicsPipelineDesc::colorAttachmentDescs |
Definition at line 293 of file graphicsPipeline.h.
HgiAttachmentDescVector HgiGraphicsPipelineDesc::colorResolveAttachmentDescs |
Definition at line 294 of file graphicsPipeline.h.
std::string HgiGraphicsPipelineDesc::debugName |
Definition at line 286 of file graphicsPipeline.h.
HgiAttachmentDesc HgiGraphicsPipelineDesc::depthAttachmentDesc |
Definition at line 295 of file graphicsPipeline.h.
HgiAttachmentDesc HgiGraphicsPipelineDesc::depthResolveAttachmentDesc |
Definition at line 296 of file graphicsPipeline.h.
HgiDepthStencilState HgiGraphicsPipelineDesc::depthState |
Definition at line 289 of file graphicsPipeline.h.
HgiMultiSampleState HgiGraphicsPipelineDesc::multiSampleState |
Definition at line 290 of file graphicsPipeline.h.
HgiPrimitiveType HgiGraphicsPipelineDesc::primitiveType |
Definition at line 287 of file graphicsPipeline.h.
HgiRasterizationState HgiGraphicsPipelineDesc::rasterizationState |
Definition at line 291 of file graphicsPipeline.h.
HgiGraphicsShaderConstantsDesc HgiGraphicsPipelineDesc::shaderConstantsDesc |
Definition at line 297 of file graphicsPipeline.h.
HgiShaderProgramHandle HgiGraphicsPipelineDesc::shaderProgram |
Definition at line 288 of file graphicsPipeline.h.
HgiVertexBufferDescVector HgiGraphicsPipelineDesc::vertexBuffers |
Definition at line 292 of file graphicsPipeline.h.