Uses of Interface
club.doki7.vulkan.datatype.IVkRayTracingPipelineCreateInfoKHR
Packages that use IVkRayTracingPipelineCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkRayTracingPipelineCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkRayTracingPipelineCreateInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createRayTracingPipelinesKHR
(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) -
Uses of IVkRayTracingPipelineCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkRayTracingPipelineCreateInfoKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkRayTracingPipelineCreateInfoKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkRayTracingPipelineCreateInfoKHR
structure(s) in native memory.