#include <BufferWriter.h>
Definition at line 424 of file BufferWriter.h.
◆ UniformWriter() [1/5]
skgpu::UniformWriter::UniformWriter |
( |
| ) |
|
|
default |
◆ UniformWriter() [2/5]
skgpu::UniformWriter::UniformWriter |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Definition at line 427 of file BufferWriter.h.
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ UniformWriter() [3/5]
skgpu::UniformWriter::UniformWriter |
( |
void * |
ptr, |
|
|
Mark |
end |
|
) |
| |
|
inline |
◆ UniformWriter() [4/5]
◆ UniformWriter() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 434 of file BufferWriter.h.
434 {
436 return *this;
437 }
BufferWriter & operator=(const BufferWriter &)=delete
◆ skipBytes()
void skgpu::UniformWriter::skipBytes |
( |
size_t |
bytes | ) |
|
|
inline |
Definition at line 444 of file BufferWriter.h.
444 {
446 fPtr = SkTAddOffset<void>(
fPtr, bytes);
447 }
void validate(size_t bytesToWrite) const
◆ write()
void skgpu::UniformWriter::write |
( |
const void * |
src, |
|
|
size_t |
bytes |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: