Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMeshShaderPropertiesNV
Packages that use VkPhysicalDeviceMeshShaderPropertiesNV
-
Uses of VkPhysicalDeviceMeshShaderPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMeshShaderPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMeshShaderPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMeshShaderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMeshShaderPropertiesNV.clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesNV src) VkPhysicalDeviceMeshShaderPropertiesNV.maxDrawMeshTasksCount(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshMultiviewViewCount(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshTotalMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskTotalMemorySize(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupInvocations(int value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize(IntPtr value) VkPhysicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize(@NotNull Consumer<IntPtr> consumer) VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerPrimitiveGranularity(int value) VkPhysicalDeviceMeshShaderPropertiesNV.meshOutputPerVertexGranularity(int value) VkPhysicalDeviceMeshShaderPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderPropertiesNV.sType(int value) VkPhysicalDeviceMeshShaderPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMeshShaderPropertiesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMeshShaderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesNV.clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesNV src) voidVkPhysicalDeviceMeshShaderPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceMeshShaderPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMeshShaderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMeshShaderPropertiesNV> consumer)