logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

groupMemoryBarrier - controls the ordering of memory transaction issued shader invocation relative to a

Declaration

voidgroupMemoryBarrier(void);

Description

groupMemoryBarrier waits on the completion of all memory accesses performed by an invocation of a compute
       shader relative to the same access performed by other invocations in the same work group and then returns
       with no other effect.

Name

       groupMemoryBarrier - controls the ordering of memory transaction issued shader invocation relative to a
       work group

See Also

memoryBarrier(), memoryBarrierImage(), memoryBarrierBuffer(), memoryBarrierShared()

Version Support

       ┌────────────────────┬───────────────────────────────────────────────────────────────────────────────────┐
       │                    │        OpenGLShadingLanguageVersion                                            │
       ├────────────────────┼──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┤
       │ Function1.101.201.301.401.503.304.004.104.204.304.404.50 │
       │ Name               │      │      │      │      │      │      │      │      │      │      │      │      │
       ├────────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
       │ groupMemoryBarrier │  -   │  -   │  -   │  -   │  -   │  -   │  -   │  -   │  -   │  ✔   │  ✔   │  ✔   │
       └────────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┘

See Also