2020-09-26 17:15:21 -05:00
|
|
|
def can_build(env, platform):
|
2022-08-16 17:33:26 -05:00
|
|
|
return env["opengl3"] and not env["disable_3d"]
|
2020-09-26 17:15:21 -05:00
|
|
|
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return ["WebXRInterface"]
|
|
|
|
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|