Exemple #1
0
        public void CmdEndQuery(IMgQueryPool queryPool, UInt32 query)
        {
            var bQueryPool = (VkQueryPool)queryPool;

            Debug.Assert(bQueryPool != null);

            Interops.vkCmdEndQuery(this.Handle, bQueryPool.Handle, query);
        }