mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
milek7/sim branch python taskqueue code import
This commit is contained in:
@@ -293,7 +293,10 @@ opengl_texture::make_request() {
|
||||
auto *dictionary { new dictionary_source( components.back() ) };
|
||||
if( dictionary == nullptr ) { return; }
|
||||
|
||||
Application.request( { ToLower( components.front() ), dictionary, id } );
|
||||
auto rt = std::make_shared<python_rt>();
|
||||
rt->shared_tex = id;
|
||||
|
||||
Application.request( { ToLower( components.front() ), dictionary, rt } );
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user