Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h304 struct TexSubImage3DArg : public TexSubImage2DArg { struct
306 TexSubImage3DArg() : TexSubImage2DArg(), zOffset(0) {} in TexSubImage3DArg() argument
307 TexSubImage3DArg(const TexSubImage3DArg& arg) : TexSubImage2DArg(arg) in TexSubImage3DArg() function