| 258 | } |
| 259 | |
| 260 | static Result NRI_CALL BindTextureMemory(Device& device, const TextureMemoryBindingDesc* memoryBindingDescs, uint32_t memoryBindingDescNum) { |
| 261 | return ((DeviceVal&)device).BindTextureMemory(memoryBindingDescs, memoryBindingDescNum); |
| 262 | } |
| 263 | |
| 264 | static void NRI_CALL FreeMemory(Memory& memory) { |
| 265 | if (!(&memory)) |
nothing calls this directly
no test coverage detected