| 917 | } |
| 918 | |
| 919 | ref<GraphicsStateObject> Device::createGraphicsStateObject(const GraphicsStateObjectDesc& desc) |
| 920 | { |
| 921 | return make_ref<GraphicsStateObject>(ref<Device>(this), desc); |
| 922 | } |
| 923 | |
| 924 | ref<RtStateObject> Device::createRtStateObject(const RtStateObjectDesc& desc) |
| 925 | { |