Uses of Record Class
club.doki7.vulkan.datatype.VkStridedDeviceAddressRegionKHR
Packages that use VkStridedDeviceAddressRegionKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkStridedDeviceAddressRegionKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkStridedDeviceAddressRegionKHRModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdTraceRaysIndirectKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, long indirectDeviceAddress) voidVkDeviceCommands.cmdTraceRaysKHR(VkCommandBuffer commandBuffer, VkStridedDeviceAddressRegionKHR pRaygenShaderBindingTable, VkStridedDeviceAddressRegionKHR pMissShaderBindingTable, VkStridedDeviceAddressRegionKHR pHitShaderBindingTable, VkStridedDeviceAddressRegionKHR pCallableShaderBindingTable, int width, int height, int depth) -
Uses of VkStridedDeviceAddressRegionKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkStridedDeviceAddressRegionKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkStridedDeviceAddressRegionKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkStridedDeviceAddressRegionKHRModifier and TypeMethodDescription@NotNull VkStridedDeviceAddressRegionKHRVkStridedDeviceAddressRegionKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkStridedDeviceAddressRegionKHR.clone(Arena arena, VkStridedDeviceAddressRegionKHR src) VkStridedDeviceAddressRegionKHR.deviceAddress(long value) @NotNull VkStridedDeviceAddressRegionKHRVkClusterAccelerationStructureCommandsInfoNV.dstAddressesArray()@NotNull VkStridedDeviceAddressRegionKHRVkClusterAccelerationStructureCommandsInfoNV.dstSizesArray()VkStridedDeviceAddressRegionKHR.size(long value) @NotNull VkStridedDeviceAddressRegionKHRVkClusterAccelerationStructureCommandsInfoNV.srcInfosArray()VkStridedDeviceAddressRegionKHR.stride(long value) VkStridedDeviceAddressRegionKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkStridedDeviceAddressRegionKHRModifier and TypeMethodDescription@NotNull Iterator<VkStridedDeviceAddressRegionKHR> VkStridedDeviceAddressRegionKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkStridedDeviceAddressRegionKHRModifier and TypeMethodDescriptionVkStridedDeviceAddressRegionKHR.clone(Arena arena, VkStridedDeviceAddressRegionKHR src) VkClusterAccelerationStructureCommandsInfoNV.dstAddressesArray(@NotNull VkStridedDeviceAddressRegionKHR value) VkClusterAccelerationStructureCommandsInfoNV.dstSizesArray(@NotNull VkStridedDeviceAddressRegionKHR value) VkClusterAccelerationStructureCommandsInfoNV.srcInfosArray(@NotNull VkStridedDeviceAddressRegionKHR value) voidVkStridedDeviceAddressRegionKHR.Ptr.write(long index, @NotNull VkStridedDeviceAddressRegionKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkStridedDeviceAddressRegionKHRModifier and TypeMethodDescriptionVkStridedDeviceAddressRegionKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkStridedDeviceAddressRegionKHR> consumer) VkClusterAccelerationStructureCommandsInfoNV.dstAddressesArray(Consumer<@NotNull VkStridedDeviceAddressRegionKHR> consumer) VkClusterAccelerationStructureCommandsInfoNV.dstSizesArray(Consumer<@NotNull VkStridedDeviceAddressRegionKHR> consumer) VkClusterAccelerationStructureCommandsInfoNV.srcInfosArray(Consumer<@NotNull VkStridedDeviceAddressRegionKHR> consumer)