Home
last modified time | relevance | path

Searched defs:CustomRenderDescriptor (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/custom/
H A Dcustom_render_descriptor.h22 struct CustomRenderDescriptor { struct
24 CustomRenderDescriptor(const std::string& rngUri, bool needsFrameCallback) : rngUri_(rngUri), in CustomRenderDescriptor() argument
28 std::string GetUri() in GetUri()
33 bool NeedsFrameCallback() in NeedsFrameCallback()
40 bool needsFrameCallback_ = false;