Display services: Difference between revisions
| Line 296: | Line 296: | ||
== GetIndirectLayerImageMap == | == GetIndirectLayerImageMap == | ||
Takes a PID-descriptor, an type-0x46 buffer, and four u64s: width(s32), height(s32), <output from [[AM_services|AM]] GetIndirectLayerConsumerHandle>, and [[AM_services|AppletResourceUserId]]. Returns two output u64s. | Takes a PID-descriptor, an type-0x46 buffer, and four u64s: width(s32), height(s32), <output from [[AM_services|AM]] GetIndirectLayerConsumerHandle>, and [[AM_services|AppletResourceUserId]]. Returns two output u64s. | ||
Calls the same func as [[#GetIndirectLayerImageCropMap]] internally, with the input floats set to 0.0f, then 1.0f for the rest. | |||
== GetIndirectLayerImageCropMap == | == GetIndirectLayerImageCropMap == | ||