Constructors
Modifier | Name | Description |
---|---|---|
Instance(const CreateInfo& inCreateInfo) |
Destructors
Modifier | Name | Description |
---|---|---|
~Instance() |
Functions
Access | Modifier | Type | Name | Description |
---|---|---|---|---|
public | void | bind(vk::CommandBuffer& inCommandBuffer) | ||
public | void | bindDescriptorSet(vk::CommandBuffer& inCommandBuffer, std::uint32_t inIndex, vk::DescriptorSet inDescriptorSet) |
Properties
Access | Modifier | Type | Name | Description |
---|---|---|---|---|
public | vk::PipelineLayout | layout | ||
public | vk::RenderPass | renderPass | ||
public | vk::Pipeline | instance | ||
private | vk::Device | m_logicalDevice |