SkyBox Module
Sky box operations.
Functions and values
| Function or value | Description |
Full Usage:
SkyBox.createSkyBoxPipeline colorAttachmentFormat depthAttachmentFormat context
Parameters:
VkFormat
depthAttachmentFormat : VkFormat
context : VulkanContext
Returns: SkyBoxPipeline
|
|
Full Usage:
SkyBox.destroySkyBoxPipeline skyBoxPipeline context
Parameters:
SkyBoxPipeline
context : VulkanContext
|
|
Full Usage:
SkyBox.drawSkyBox eyeCenter view projectionUnflipped color brightness cubeMap geometry sampler colorAttachment depthAttachment resolution pipeline context
Parameters:
Vector3
view : Matrix4x4
projectionUnflipped : Matrix4x4
color : Color
brightness : single
cubeMap : Texture
geometry : CubeMapGeometry
sampler : Sampler
colorAttachment : Texture
depthAttachment : Texture
resolution : Vector2i
pipeline : SkyBoxPipeline
context : VulkanContext
|
|
Nu