| 70 | } |
| 71 | |
| 72 | void VRAMTextureComponent::set_texture(CGPUTextureId texture) SKR_NOEXCEPT |
| 73 | { |
| 74 | this->texture = texture; |
| 75 | this->device = texture->device; |
| 76 | this->type = Type::Imported; |
| 77 | } |
| 78 | |
| 79 | void VRAMTextureComponent::set_texture(CGPUDeviceId device, const CGPUTextureDescriptor* desc) SKR_NOEXCEPT |
| 80 | { |
no outgoing calls
no test coverage detected