You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
RenderingDevice: introduce parameter 'mipmaps' for texture_create_from_extension()
This commit is contained in:
@@ -260,7 +260,8 @@ bool OpenXRD3D12Extension::get_swapchain_image_data(XrSwapchain p_swapchain, int
|
||||
p_width,
|
||||
p_height,
|
||||
1,
|
||||
p_array_size);
|
||||
p_array_size,
|
||||
1);
|
||||
|
||||
texture_rids.push_back(texture_rid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user