Searched defs:ComponentType (Results 1 – 11 of 11) sorted by relevance
32 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; property in Component
38 type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>; property in Component
33 enum ComponentType { Float, Int, Uint, DepthStencil }; enum
65 export type ComponentType<P> = FunctionComponent<P> | ComponentClass<P>; alias
264 ComponentType, property311 const ComponentType = { variable
479 ComponentType: { property
29 enum class ComponentType { enum
90 EGLint ComponentType; member
406 enum class ComponentType enum in vkt::pipeline::__anon78030cfe0111::InterfaceMatchingTestCase
368 typedef uint16 ComponentType; // the type of image components typedef
736 enum class ComponentType enum