Lugdunum  0.1.0
Public Attributes | List of all members
CmdPushConstants Struct Reference
Collaboration diagram for CmdPushConstants:
[legend]

Public Attributes

VkPipelineLayout layout = VK_NULL_HANDLE
 
VkShaderStageFlags stageFlags = VK_SHADER_STAGE_ALL
 
uint32_t offset = 0
 
uint32_t size = 0
 
const void * values = nullptr
 

Detailed Description

Definition at line 49 of file Pipeline.inl.

Member Data Documentation

◆ layout

VkPipelineLayout CmdPushConstants::layout = VK_NULL_HANDLE

Definition at line 50 of file Pipeline.inl.

◆ stageFlags

VkShaderStageFlags CmdPushConstants::stageFlags = VK_SHADER_STAGE_ALL

Definition at line 51 of file Pipeline.inl.

◆ offset

uint32_t CmdPushConstants::offset = 0

Definition at line 52 of file Pipeline.inl.

◆ size

uint32_t CmdPushConstants::size = 0

Definition at line 53 of file Pipeline.inl.

◆ values

const void* CmdPushConstants::values = nullptr

Definition at line 54 of file Pipeline.inl.


The documentation for this struct was generated from the following file: