Skip to content

KDGpu::PushConstantRange

#include <pipeline_layout_options.h>

Public Attributes

Name
uint32_t offset
uint32_t size
ShaderStageFlags shaderStages

Friends

Name
bool operator==(const PushConstantRange & , const PushConstantRange & )

Public Attributes Documentation

variable offset

1
uint32_t offset;

variable size

1
uint32_t size;

variable shaderStages

1
ShaderStageFlags shaderStages;

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const PushConstantRange & ,

    const PushConstantRange & 
);

Updated on 2024-09-10 at 00:01:36 +0000