python/retrace: Interpret pipe_screen::context_create().
This commit is contained in:
@@ -272,6 +272,10 @@ class Screen(Object):
|
|||||||
def get_paramf(self, param):
|
def get_paramf(self, param):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def context_create(self):
|
||||||
|
context = self.real.context_create()
|
||||||
|
return Context(self.interpreter, context)
|
||||||
|
|
||||||
def is_format_supported(self, format, target, tex_usage, geom_flags):
|
def is_format_supported(self, format, target, tex_usage, geom_flags):
|
||||||
return self.real.is_format_supported(format, target, tex_usage, geom_flags)
|
return self.real.is_format_supported(format, target, tex_usage, geom_flags)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user