| 912 | } |
| 913 | |
| 914 | ref<ComputeStateObject> Device::createComputeStateObject(const ComputeStateObjectDesc& desc) |
| 915 | { |
| 916 | return make_ref<ComputeStateObject>(ref<Device>(this), desc); |
| 917 | } |
| 918 | |
| 919 | ref<GraphicsStateObject> Device::createGraphicsStateObject(const GraphicsStateObjectDesc& desc) |
| 920 | { |
no outgoing calls