Data.SpirV.Enum.RayQueryIntersection
newtype RayQueryIntersection Source #
Constructors
Defined in Data.SpirV.Enum.RayQueryIntersection
Methods
sizeOf :: RayQueryIntersection -> Int #
alignment :: RayQueryIntersection -> Int #
peekElemOff :: Ptr RayQueryIntersection -> Int -> IO RayQueryIntersection #
pokeElemOff :: Ptr RayQueryIntersection -> Int -> RayQueryIntersection -> IO () #
peekByteOff :: Ptr b -> Int -> IO RayQueryIntersection #
pokeByteOff :: Ptr b -> Int -> RayQueryIntersection -> IO () #
peek :: Ptr RayQueryIntersection -> IO RayQueryIntersection #
poke :: Ptr RayQueryIntersection -> RayQueryIntersection -> IO () #
showsPrec :: Int -> RayQueryIntersection -> ShowS #
show :: RayQueryIntersection -> String #
showList :: [RayQueryIntersection] -> ShowS #
(==) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
(/=) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
compare :: RayQueryIntersection -> RayQueryIntersection -> Ordering #
(<) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
(<=) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
(>) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
(>=) :: RayQueryIntersection -> RayQueryIntersection -> Bool #
max :: RayQueryIntersection -> RayQueryIntersection -> RayQueryIntersection #
min :: RayQueryIntersection -> RayQueryIntersection -> RayQueryIntersection #
pattern RayQueryCandidateIntersectionKHR :: RayQueryIntersection Source #
pattern RayQueryCommittedIntersectionKHR :: RayQueryIntersection Source #