载入中...
搜索中...
未找到
eve::graphics::vulkan::GpuCullParams结构体 参考

Cull-params UBO (std140). Mirrors GLSL CullParams in shaders/gpu_driven_cull_common.glsl (240 bytes). 更多...

#include <GpuDriven.h>

Public 属性

glm::mat4 viewProj
 
glm::vec4 frustumPlanes [6]
 
glm::vec4 cameraPos
 
glm::vec4 screen
 
glm::vec4 clipNearFar
 
glm::vec4 hzbInfo
 
glm::uvec4 counts
 

详细描述

Cull-params UBO (std140). Mirrors GLSL CullParams in shaders/gpu_driven_cull_common.glsl (240 bytes).

在文件 GpuDriven.h61 行定义.

类成员变量说明

◆ cameraPos

glm::vec4 eve::graphics::vulkan::GpuCullParams::cameraPos

在文件 GpuDriven.h64 行定义.

◆ clipNearFar

glm::vec4 eve::graphics::vulkan::GpuCullParams::clipNearFar

在文件 GpuDriven.h66 行定义.

◆ counts

glm::uvec4 eve::graphics::vulkan::GpuCullParams::counts

在文件 GpuDriven.h68 行定义.

◆ frustumPlanes

glm::vec4 eve::graphics::vulkan::GpuCullParams::frustumPlanes[6]

在文件 GpuDriven.h63 行定义.

◆ hzbInfo

glm::vec4 eve::graphics::vulkan::GpuCullParams::hzbInfo

在文件 GpuDriven.h67 行定义.

◆ screen

glm::vec4 eve::graphics::vulkan::GpuCullParams::screen

在文件 GpuDriven.h65 行定义.

◆ viewProj

glm::mat4 eve::graphics::vulkan::GpuCullParams::viewProj

在文件 GpuDriven.h62 行定义.


该结构体的文档由以下文件生成: