Package org.lwjgl.vulkan
Class HUAWEIClusterCullingShader
java.lang.Object
org.lwjgl.vulkan.HUAWEIClusterCullingShader
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final long
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
vkCmdDrawClusterHUAWEI
(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void vkCmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ)
static void
vkCmdDrawClusterIndirectHUAWEI
(VkCommandBuffer commandBuffer, long buffer, long offset) void vkCmdDrawClusterIndirectHUAWEI(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
-
Field Details
-
VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION
public static final int VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION- See Also:
-
VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME
- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_FEATURES_HUAWEI
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_FEATURES_HUAWEI- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_PROPERTIES_HUAWEI
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_PROPERTIES_HUAWEI- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_VRS_FEATURES_HUAWEI
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_VRS_FEATURES_HUAWEI- See Also:
-
VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI
public static final long VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI- See Also:
-
VK_SHADER_STAGE_CLUSTER_CULLING_BIT_HUAWEI
public static final int VK_SHADER_STAGE_CLUSTER_CULLING_BIT_HUAWEI- See Also:
-
VK_QUERY_PIPELINE_STATISTIC_CLUSTER_CULLING_SHADER_INVOCATIONS_BIT_HUAWEI
public static final int VK_QUERY_PIPELINE_STATISTIC_CLUSTER_CULLING_SHADER_INVOCATIONS_BIT_HUAWEI- See Also:
-
-
Method Details
-
vkCmdDrawClusterHUAWEI
public static void vkCmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, int groupCountX, int groupCountY, int groupCountZ) void vkCmdDrawClusterHUAWEI(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ)
-
vkCmdDrawClusterIndirectHUAWEI
public static void vkCmdDrawClusterIndirectHUAWEI(VkCommandBuffer commandBuffer, long buffer, long offset) void vkCmdDrawClusterIndirectHUAWEI(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset)
-