- accessToVk
VkAccessFlags accessToVk(Access access)
Undocumented in source. Be warned that the author may not have intended to support it.
- aspectToVk
VkImageAspectFlags aspectToVk(ImageAspect aspect)
Undocumented in source. Be warned that the author may not have intended to support it.
- bufferUsageToVk
VkBufferUsageFlags bufferUsageToVk(BufferUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- compositeAlphaToGfx
CompositeAlpha compositeAlphaToGfx(VkCompositeAlphaFlagsKHR ca)
Undocumented in source. Be warned that the author may not have intended to support it.
- compositeAlphaToVk
VkCompositeAlphaFlagBitsKHR compositeAlphaToVk(CompositeAlpha ca)
Undocumented in source. Be warned that the author may not have intended to support it.
- cullModeToVk
VkCullModeFlagBits cullModeToVk(Cull c)
Undocumented in source. Be warned that the author may not have intended to support it.
- debugReportFlagsToGfx
Severity debugReportFlagsToGfx(VkDebugReportFlagsEXT flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- flagToVk
VkBool32 flagToVk(F val)
Undocumented in source. Be warned that the author may not have intended to support it.
- imageUsageToGfx
ImageUsage imageUsageToGfx(VkImageUsageFlags usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- imageUsageToVk
VkImageUsageFlags imageUsageToVk(ImageUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- memPropsToGfx
MemProps memPropsToGfx(VkMemoryPropertyFlags vkFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- pipelineStageToVk
VkPipelineStageFlags pipelineStageToVk(PipelineStage stage)
Undocumented in source. Be warned that the author may not have intended to support it.
- queueCapToGfx
QueueCap queueCapToGfx(VkQueueFlags vkFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- shaderStageToVk
VkShaderStageFlagBits shaderStageToVk(ShaderStage ss)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGfx
Format toGfx(VkFormat vkFormat)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGfx
FormatFeatures toGfx(VkFormatFeatureFlags vkFff)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGfx
MemoryRequirements toGfx(VkMemoryRequirements mr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGfx
SurfaceCaps toGfx(VkSurfaceCapabilitiesKHR vkCaps)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGfx
PresentMode toGfx(VkPresentModeKHR pm)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkFormat toVk(Format format)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkFormatFeatureFlags toVk(FormatFeatures ff)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkImageType toVk(ImageType it)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkImageLayout toVk(ImageLayout layout)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkImageTiling toVk(ImageTiling tiling)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkComponentSwizzle toVk(CompSwizzle cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkComponentMapping toVk(Swizzle swizzle)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkImageSubresourceRange toVk(ImageSubresourceRange isr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkPresentModeKHR toVk(PresentMode pm)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkAttachmentLoadOp toVk(LoadOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkAttachmentStoreOp toVk(StoreOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkPrimitiveTopology toVk(Primitive p)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkFrontFace toVk(FrontFace ff)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkPolygonMode toVk(PolygonMode pm)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkBlendFactor toVk(BlendFactor bf)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkBlendOp toVk(BlendOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkLogicOp toVk(LogicOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkDynamicState toVk(DynamicState ds)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkRect2D toVk(Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkFilter toVk(Filter f)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkSamplerAddressMode toVk(WrapMode wm)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkBorderColor toVk(BorderColor bc)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkCompareOp toVk(CompareOp op)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkDescriptorType toVk(DescriptorType dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkIndexType toVk(IndexType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVk
VkPipelineBindPoint toVk(PipelineBindPoint bp)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVkMipmapMode
VkSamplerMipmapMode toVkMipmapMode(Filter f)
Undocumented in source. Be warned that the author may not have intended to support it.
- toVkView
VkImageViewType toVkView(ImageType it)
Undocumented in source. Be warned that the author may not have intended to support it.
Conversion module between vulkan and graal types