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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkRayTracingPipelineCreateInfoKHRstructure in native memory.static final recordRepresents a pointer to / an array ofVkRayTracingPipelineCreateInfoKHRstructure(s) in native memory.