{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method AddStridedUpload | Entities Graphics | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddStridedUpload

    AddStridedUpload(void*, uint, uint, uint, uint, int)

    Adds a new pending upload operation to execute when you call SparseUploader.EndAndCommit.

    Declaration
    public void AddStridedUpload(void* src, uint elemSize, uint srcStride, uint count, uint dstOffset, int dstStride)
    Parameters
    Type Name Description
    void* src

    The source data pointer.

    uint elemSize

    The size of each data element to upload.

    uint srcStride

    The stride of each data element as stored in the source pointer.

    uint count

    The number of data elements to upload.

    uint dstOffset

    The destination offset

    int dstStride

    The destination stride

    Remarks

    When this operation executes, the SparseUploader copies data from the source pointer.

    The upload operations reads data with the specified source stride from the source pointer and then stores the data with the specified destination stride.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)