Handbook
Glossary
glfwGetPhysicalDevicePresentationSupport ( instance device queuefamily -- int )
Vocabulary
glfw
.
vulkan-interop
Inputs
instance
an
object
device
an
object
queuefamily
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
vulkan
;
IN:
glfw.vulkan-interop
LIBRARY:
glfw
FUNCTION:
int
glfwGetPhysicalDevicePresentationSupport
(
Instance
instance,
PhysicalDevice
device,
uint
queuefamily
)