VkCmdSetStencilCompareMaskNative typedef

VkCmdSetStencilCompareMaskNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 faceMask, Uint32 compareMask)

Implementation

typedef VkCmdSetStencilCompareMaskNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 faceMask,
    Uint32 compareMask);