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