13 lines
302 B
C
13 lines
302 B
C
|
#pragma once
|
||
|
|
||
|
#include "gskvulkanopprivate.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_vulkan_scissor_op (GskVulkanRender *render,
|
||
|
const cairo_rectangle_int_t *rect);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|