HDK
|
#include <graphicsPipeline.h>
Public Member Functions | |
HGI_API | HgiGraphicsPipelineDesc () |
Describes the properties needed to create a GPU pipeline.
Definition at line 419 of file graphicsPipeline.h.
HGI_API HgiGraphicsPipelineDesc::HgiGraphicsPipelineDesc | ( | ) |
HgiAttachmentDescVector HgiGraphicsPipelineDesc::colorAttachmentDescs |
Definition at line 431 of file graphicsPipeline.h.
std::string HgiGraphicsPipelineDesc::debugName |
Definition at line 424 of file graphicsPipeline.h.
HgiAttachmentDesc HgiGraphicsPipelineDesc::depthAttachmentDesc |
Definition at line 432 of file graphicsPipeline.h.
HgiDepthStencilState HgiGraphicsPipelineDesc::depthState |
Definition at line 427 of file graphicsPipeline.h.
HgiMultiSampleState HgiGraphicsPipelineDesc::multiSampleState |
Definition at line 428 of file graphicsPipeline.h.
HgiPrimitiveType HgiGraphicsPipelineDesc::primitiveType |
Definition at line 425 of file graphicsPipeline.h.
HgiRasterizationState HgiGraphicsPipelineDesc::rasterizationState |
Definition at line 429 of file graphicsPipeline.h.
bool HgiGraphicsPipelineDesc::resolveAttachments |
Definition at line 433 of file graphicsPipeline.h.
HgiGraphicsShaderConstantsDesc HgiGraphicsPipelineDesc::shaderConstantsDesc |
Definition at line 434 of file graphicsPipeline.h.
HgiShaderProgramHandle HgiGraphicsPipelineDesc::shaderProgram |
Definition at line 426 of file graphicsPipeline.h.
HgiTessellationState HgiGraphicsPipelineDesc::tessellationState |
Definition at line 435 of file graphicsPipeline.h.
HgiVertexBufferDescVector HgiGraphicsPipelineDesc::vertexBuffers |
Definition at line 430 of file graphicsPipeline.h.