Expose RD::texture_native_handle
This commit is contained in:
parent
dcd31a25b4
commit
6dd47e232b
8 changed files with 18 additions and 8 deletions
|
|
@ -2882,7 +2882,7 @@ Size2i RenderingDeviceVulkan::texture_size(RID p_texture) {
|
|||
return Size2i(tex->width, tex->height);
|
||||
}
|
||||
|
||||
uint64_t RenderingDeviceVulkan::texture_native_handle(RID p_texture) {
|
||||
uint64_t RenderingDeviceVulkan::texture_get_native_handle(RID p_texture) {
|
||||
_THREAD_SAFE_METHOD_
|
||||
|
||||
Texture *tex = texture_owner.get_or_null(p_texture);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue