mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
embree: Update to 4.4.0
This commit is contained in:
parent
1f787b63a5
commit
57640dd806
53 changed files with 1448 additions and 753 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue