2020-09-26 17:15:21 -05:00
|
|
|
def can_build(env, platform):
|
2025-02-24 20:37:51 -03:00
|
|
|
return env["opengl3"] and not env["disable_xr"]
|
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"
|