Skip to content

KDGpu::ResourceBindingLayout

#include <bind_group_layout_options.h>

Public Attributes

Name
uint32_t binding
uint32_t count
ResourceBindingType resourceType
ShaderStageFlags shaderStages
ResourceBindingFlags flags

Friends

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

Public Attributes Documentation

variable binding

1
uint32_t binding;

variable count

1
uint32_t count { 1 };

variable resourceType

1
ResourceBindingType resourceType;

variable shaderStages

1
ShaderStageFlags shaderStages;

variable flags

1
ResourceBindingFlags flags { ResourceBindingFlagBits::None };

Friends

friend operator==

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

    const ResourceBindingLayout & 
);

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