Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMeshShaderPropertiesEXT
Packages that use VkPhysicalDeviceMeshShaderPropertiesEXT
-
Uses of VkPhysicalDeviceMeshShaderPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMeshShaderPropertiesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMeshShaderPropertiesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMeshShaderPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMeshShaderPropertiesEXT.clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT src) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshMultiviewViewCount(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputComponents(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputLayers(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndOutputMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshPayloadAndSharedMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshSharedMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupCount(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupCount(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupTotalCount(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredMeshWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxPreferredTaskWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadAndSharedMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskPayloadSize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskSharedMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupCount(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerPrimitiveGranularity(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.meshOutputPerVertexGranularity(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactPrimitiveOutput(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersCompactVertexOutput(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationVertexOutput(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.sType(int value) VkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMeshShaderPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMeshShaderPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesEXT.clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT src) voidVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceMeshShaderPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMeshShaderPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMeshShaderPropertiesEXT> consumer)