Home
last modified time | relevance | path

Searched refs:CustomPropertyBindingContainer (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h140 class CustomPropertyBindingContainer final : public CORE_NS::IPropertyHandle, CORE_NS::IPropertyApi {
142 explicit CustomPropertyBindingContainer(CustomPropertyWriteSignal& writeSignal);
143 ~CustomPropertyBindingContainer() override;
145 CustomPropertyBindingContainer(const CustomPropertyBindingContainer& other) = delete;
146 CustomPropertyBindingContainer(CustomPropertyBindingContainer&& other) noexcept;
147 CustomPropertyBindingContainer& operator=(const CustomPropertyBindingContainer& other) = delete;
148 CustomPropertyBindingContainer
[all...]
H A Dproperty_util.cpp469 CustomPropertyBindingContainer::CustomPropertyBindingContainer(CustomPropertyWriteSignal& writeSignal) in CustomPropertyBindingContainer() function in CustomPropertyBindingContainer
473 CustomPropertyBindingContainer::~CustomPropertyBindingContainer() in ~CustomPropertyBindingContainer()
518 size_t CustomPropertyBindingContainer::PropertyCount() const in PropertyCount()
523 const Property* CustomPropertyBindingContainer::MetaData(size_t index) const in MetaData()
532 array_view<const Property> CustomPropertyBindingContainer::MetaData() const in MetaData()
537 uint64_t CustomPropertyBindingContainer::Type() const in Type()
542 IPropertyHandle* CustomPropertyBindingContainer::Create() const in Create()
547 IPropertyHandle* CustomPropertyBindingContainer
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h112 BASE_NS::unique_ptr<CustomPropertyBindingContainer> properties;
H A Dshader_pipeline_binder.cpp105 void UpdateBindingPropertyMetadata(const json::value& customProperties, CustomPropertyBindingContainer& properties, in UpdateBindingPropertyMetadata()
260 make_unique<CustomPropertyBindingContainer>(*bindingPropertyData_.bindingSignal); in InitCustomProperties()

Completed in 4 milliseconds