| 433 | } |
| 434 | |
| 435 | static inline CommandBufferAccessContext *GetAccessContext(vvl::CommandBuffer &cb) { |
| 436 | return &static_cast<CommandBufferSubState *>(cb.SubState(LayerObjectTypeSyncValidation))->access_context; |
| 437 | } |
| 438 | static inline const CommandBufferAccessContext *GetAccessContext(const vvl::CommandBuffer &cb) { |
| 439 | return &static_cast<const CommandBufferSubState *>(cb.SubState(LayerObjectTypeSyncValidation))->access_context; |
| 440 | } |
no test coverage detected