8 template <
typename AccessContext>
11 struct AccessContextST;
12 struct AccessContextMT;
13 using CommandBufferST = detail::CommandBuffer<AccessContextST>;
14 using CommandBufferMT = detail::CommandBuffer<AccessContextMT>;
16 CommandBufferST* cmd_buffer_st_create(World& world);
17 void cmd_buffer_destroy(CommandBufferST& cmdBuffer);
18 void cmd_buffer_commit(CommandBufferST& cmdBuffer);
20 CommandBufferMT* cmd_buffer_mt_create(World& world);
21 void cmd_buffer_destroy(CommandBufferMT& cmdBuffer);
22 void cmd_buffer_commit(CommandBufferMT& cmdBuffer);
Checks if endianess was detected correctly at compile-time.
Definition bitset.h:9