embree: Update to 4.4.0

This commit is contained in:
Rémi Verschelde 2025-04-24 17:51:03 +02:00
parent 1f787b63a5
commit 57640dd806
No known key found for this signature in database
GPG key ID: C3336907360768E1
53 changed files with 1448 additions and 753 deletions

View file

@ -30,12 +30,14 @@ namespace embree
size_t offset,
size_t stride,
unsigned int num);
void* getBuffer(RTCBufferType type, unsigned int slot);
void* getBufferData(RTCBufferType type, unsigned int slot, BufferDataPointerType pointerType);
void updateBuffer(RTCBufferType type, unsigned int slot);
void commit();
bool verify();
void setMaxRadiusScale(float s);
void addElementsToCount (GeometryCounts & counts) const;
size_t getGeometryDataDeviceByteSize() const;
void convertToDeviceRepresentation(size_t offset, char* data_host, char* data_device) const;
public:
/*! returns the number of vertices */