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