Searched refs:attachSize (Results 1 – 1 of 1) sorted by relevance
1009 size_t attachSize = attachmentCount * sizeof(VkClearAttachment); in clearAttachments() local1011 initCommand<ClearAttachmentsParams>(CommandID::ClearAttachments, attachSize, &writePtr); in clearAttachments()1015 storePointerParameter(writePtr, attachments, attachSize); in clearAttachments()